I have a RadGrid with a NestedViewTemplate containing a TabStrip. The TabStrip contains three RadPageViews. One of the RadPageViews will be used to view and edit the record shown in the RadGrid. I am not using inline editing on the RadGrid because the Rows contain an abbreviated view of the data, i.e. not all fields are shown ( and the client requested that a RadTabStrip be used).
I am able to display the data in the RadPageView using a simple table and binding the data to dropdownlists, textboxes, checkboxes, etc.
Does anyone know of a sample that shows how to edit data in a RadPageView for a TabStrip inside a RadGrid? I thought that an EditForm would be the way to go but it is not recognized inside the RadPageView.
NOTE: This is like the "Heirarchy with Templates" sample but being able to edit the Contact Information tab.
Thanks for any help you can provide!
I am able to display the data in the RadPageView using a simple table and binding the data to dropdownlists, textboxes, checkboxes, etc.
Does anyone know of a sample that shows how to edit data in a RadPageView for a TabStrip inside a RadGrid? I thought that an EditForm would be the way to go but it is not recognized inside the RadPageView.
NOTE: This is like the "Heirarchy with Templates" sample but being able to edit the Contact Information tab.
Thanks for any help you can provide!