This question is locked. New answers and comments are not allowed.
Hi,
I have a aspx page and usercontrol.
ASPX Page contains radtabstrip which inturn contains 4 tabs.On click of any of the tabs,user control will be rendered in the main page.
I have a telerik radgrid in one of my user controls.I want the Radgrid to be updated whenever tab click event occurs.
When i debug the code,I found out that radgrid is having the updated datasource but it is not getting updated in gridview.
I tried adding AJAX settings programmatically using below link
http://www.telerik.com/help/aspnet-ajax/ajax-user-controls.html
Help me in providing a sample code which exactly replicates this scenario.
I have a aspx page and usercontrol.
ASPX Page contains radtabstrip which inturn contains 4 tabs.On click of any of the tabs,user control will be rendered in the main page.
I have a telerik radgrid in one of my user controls.I want the Radgrid to be updated whenever tab click event occurs.
When i debug the code,I found out that radgrid is having the updated datasource but it is not getting updated in gridview.
I tried adding AJAX settings programmatically using below link
http://www.telerik.com/help/aspnet-ajax/ajax-user-controls.html
Help me in providing a sample code which exactly replicates this scenario.