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
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