I placed radgrid inside radwindow in user control page.
The Page will be postback whenever radgrid itemcommand event occurs.
How to avoid postback in radwindow on radgrid command events?
1 Answer, 1 is accepted
0
Marin Bratanov
Telerik team
answered on 20 Jan 2015, 12:40 PM
Hello,
The grid will perform a postback in all cases when paging, but you can use partial page rendering (also known as AJAX requests) to have only parts of the page dispose and be returned by the server.
The following article will show you how to do that inside a RadWindow: http://www.telerik.com/help/aspnet-ajax/window-ajaxifying.html.
Regards,
Marin Bratanov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.