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