This question is locked. New answers and comments are not allowed.
I have an application that uses Tabstrips.
One of the tabstrip buttons displays a grid. On the grid I have a create button to add a new item. But when I select the create button, the create form I would like the create/edit form to replace the grid so that it is in the same real estate as the grid is. I think this is because i am using the LoadContentFrom and its only setup to call the grid.
Is there a way to make it so that the edit/create form can replace the gird within the same area as where the grid is located ? Maybe I need to use a child tabstrip or is there a bettter way ?
thanks for your time. .
One of the tabstrip buttons displays a grid. On the grid I have a create button to add a new item. But when I select the create button, the create form I would like the create/edit form to replace the grid so that it is in the same real estate as the grid is. I think this is because i am using the LoadContentFrom and its only setup to call the grid.
Is there a way to make it so that the edit/create form can replace the gird within the same area as where the grid is located ? Maybe I need to use a child tabstrip or is there a bettter way ?
thanks for your time. .