Hi
I used from multicolumncombobox with custom filtering.I don't want to be different 'A' and 'a'.
I used this code but not fix this problem.
MultiCol.editorcontrol.casesensitive=false;
Or MultiCol.editorcontrol .mastertemplate.casesensitive=false; how can i fix this problem?
Thank you
1 Answer, 1 is accepted
0
Peter
Telerik team
answered on 17 Apr 2013, 03:55 PM
Hi Behin,
Thank you for writing.
The CaseSensetive property is applied only for the FilterDesriptors but the custom filtering has a higher priority than the applied FilterDescriptors. In case that you are using custom filtering you should use a non CaseSensetive string comparison in your custom filtering event: