This is a migrated thread and some comments may be shown as answers.

Getting contents of controls inside NestedTableView

0 Answers 25 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 15 Dec 2008, 05:42 AM
Hi,

I use the approach from this thread (http://www.telerik.com/community/forums/aspnet-ajax/grid/accessing-controls-inside-nestedtableview.aspx) to access the controls inside a NestedTableView and set their content on load. This works perfectly. One of the controls is a submit button. On click on this button I want to save the changes which have been made to the nested textboxes.
This is where the problem is. When I try to get the "Text" property of a textbox, I get it's old content. I guess this is because it gets overwritten duren the call of Page_PreRender().
What would be a proper way to get the contents of controls inside nested views?

Best regards,
Robert

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Robert
Top achievements
Rank 1
Share this question
or