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

RadGrid Ajax

1 Answer 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chuck
Top achievements
Rank 1
Chuck asked on 18 Jan 2010, 08:06 PM
help,

Is there a way to have the RadAjaxManager watch a grid and have the loading panel fireup when the user changes filtering option and not have the loading panel fireup when the user clicks a checkbox in the grid?

I have a grid with users displayed in rows and five columns in each row with each one being a checkbox. I don't want the checkbox to cause the loading panel, but I do want the filtering to cause the loading panel. I do need the postback on my check changed event

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 19 Jan 2010, 07:29 AM
Hello Chuck,

You can use the OnRequestStart client-side event handler to determine the AJAX initiator and disable AJAX for the current request.

For more information please check:

Exclude controls from ajaxifying

I hope this helps,
Martin
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Chuck
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or