In my aspx page i have placed the 10 datagrid controls and 2 ddls.If any event fired in this page all grid prerender event is firing.Within the Panel i have placed the controls.using ajaxmanager to refresh the controls.How to avoid this unwanted prerender event firing?
Regards
Sangeetha
1 Answer, 1 is accepted
0
Konstantin Petkov
Telerik team
answered on 02 Jun 2008, 02:09 PM
Hello Sangeetha,
I suppose you expect to keep the updated with AJAX controls events to be fired. I'm afraid this is not how the RadAjax works as it simply preserves the page life cycle so that each controls causing a postback will fire the PreRender events.