Hi all,
I have a radGrid with a MasterTableView and also a child GridTableView. In the MasterTableView, I have the edit property set like this:
I have a radGrid with a MasterTableView and also a child GridTableView. In the MasterTableView, I have the edit property set like this:
EditFormSettings-EditFormType
="WebUserControl"
This causes my user control to display when the Edit linkbutton is clicked and I can update my MasterTable data. This all works fine. I also have a small image button that when clicked, displays my child GridTableView. This works fine also.
But now I want the GridTableView to be full-screen editable. That is, every column on every row should be a RadNumertextBox or RadTextBox when rendered. I cannot find any good examples of this.
Thanks,
Bob