I have a DynamicForm, and I would like to add 3 buttons in a row in the last row of the DynamicForm
m_itemType
m_itemShortDescr,
m_itemSize,
m_itemPhone,
m_itemEmail,
m_itemComments,
m_temBtnNew, m_itemBtnUpdate, m_itemBtnDelete
the last 3 items should be in the same row.
Is this possible to be done? and how could I do it?
Thank you again for your help.
m_itemType
m_itemShortDescr,
m_itemSize,
m_itemPhone,
m_itemEmail,
m_itemComments,
m_temBtnNew, m_itemBtnUpdate, m_itemBtnDelete
the last 3 items should be in the same row.
Is this possible to be done? and how could I do it?
Thank you again for your help.
Comment