Aug 5, 2009

Making Rad Grid Case Sensitive

Here's how to disable the case-sensitive filters on a Telerik grid:

RadGrid1.GroupingSettings.CaseSensitive = false;

No comments:

Post a Comment