I am using a Grid and Popup for the EditMode. I wanted to use a custom form for the popup to add/edit or View the line item details. So far, I have a command column, command buttons.
The form I have is somewhat large so I am using a TabStrip to break the form into "sections". Also I do not use a strict column layout. Is this something that can be done?
As an alternative, I can navigate away for a detail page. But I'd like to return to the same spot when I close the detail page.
I would think I'm not the first one with a requirement like this.
- Can I use TabStrip inside the Popup form?
- Can I have more control over placement of fields inside the form?
- Is there a way to "return" to the same place in the grid if I have to navigate away?
Thanks,
John