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

RadGrid GridBoundColumn FilterDelay Property in Web.Config

1 Answer 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
neelesh
Top achievements
Rank 1
neelesh asked on 29 Oct 2010, 09:39 AM
Hi
I want to add a RadGrid GridBoundColumn FilterDelay property value in web.config file so that by default it is applicable for all radgrids available in my project. please suggest what should i add for this in web.config file and how i can retrieve these values or bind with my radgrid?

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 03 Nov 2010, 02:53 PM
Hello neelesh,

You can add an appSetting in the web.config for the value of the filter delay. However it will not be automatically applied. You can handle the grid PreRender event and loop through the grid columns there to set their FilterDelay property to the value in the web.config.

Sincerely yours,
Iana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
neelesh
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or