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

RadGrid Ajax Issue inside Radwindow

1 Answer 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Anandhi
Top achievements
Rank 1
Anandhi asked on 20 Jan 2015, 11:13 AM
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

Sort by
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.

 
Tags
Grid
Asked by
Anandhi
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or