Hi ,
since Grid filter is case sensitive , i used the code below RadGrid1.GroupingSettings.CaseSensitive = false;
Can weconfigure the same thing webconfig so that in the whole project case sensitiveness of radfilter will be false.
1 Answer, 1 is accepted
0
Accepted
Radoslav
Telerik team
answered on 09 Jun 2010, 12:01 PM
Hello Soumya,
The RadGrid does not support the functionality for adding values of gird's properties in web.config and use them globally. To achieve the desired functionality you could try inheriting the RadGrid and set specific RadGrid's properties to the values. In that way these properties will be set only ones for all objects which inherited the RadGrid.
Sincerely yours,
Radoslav
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.