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

To change the case sensitivity of Gridfilter in web config

1 Answer 69 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Soumya Joseph
Top achievements
Rank 1
Soumya Joseph asked on 07 Jun 2010, 01:29 PM
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

Sort by
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.
Tags
General Discussions
Asked by
Soumya Joseph
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Share this question
or