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

case-sensitive problem

7 Answers 164 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Teoman
Top achievements
Rank 1
Teoman asked on 20 Dec 2011, 10:29 PM
Hi, 
In my radgrid i have name column which contains turkish characters.

In grid , name column there is a record "İBRAHİM".When i try to filter like "ibrahim" it doesnt make any sense?any fix for this?

7 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 21 Dec 2011, 05:21 AM
Hello Teoman,

Try setting the following.
aspx:
<GroupingSettings CaseSensitive="false" />

-Shinu.
0
Teoman
Top achievements
Rank 1
answered on 21 Dec 2011, 10:47 PM
before positng i tried it like this but it doesnt make any sense..i have still problem.
0
Teoman
Top achievements
Rank 1
answered on 10 Feb 2012, 04:56 PM
Hi Shini,
We checked that there is problem on radgrid filter  with upper "i" like "İ".if there is a record in filter Like "İBO" and if we type "ibo" it cant find it.
can you help us please on this urgent problem?

<telerik:GridBoundColumn DataField="NAME"  HeaderText="AD" UniqueName="NAME" AutoPostBackOnFilter="True" ShowFilterIcon="False" AllowSorting="False">

 <GroupingSettings CaseSensitive="False"/>

<telerik:RadGrid ID="grdSales" runat="server" AutoGenerateColumns="False" CellSpacing="0"
        GridLines="None" Width="750px" AllowFilteringByColumn="True"
        OnNeedDataSource="grdSales_NeedDataSource"  EnableLinqExpressions="false"
        onitemcommand="grdSales_ItemCommand" EnableEmbeddedSkins="False" 
        Skin="customGrid">
0
Casey
Top achievements
Rank 1
answered on 10 Feb 2012, 08:39 PM
Hi Teoman,

As Shinu suggested adding that property to the RadGrid should fix the issue. 

Where exactly did you add it in your RadGrid definition? 

Thanks,
Casey
0
Teoman
Top achievements
Rank 1
answered on 11 Feb 2012, 09:50 AM
i added this property in the grouping setting as you see above
0
Casey
Top achievements
Rank 1
answered on 13 Feb 2012, 02:36 PM
Are you doing anything in the ItemCommand when you filter, or are you letting the RadGrid handle the filtering?
0
Teoman
Top achievements
Rank 1
answered on 20 Feb 2012, 12:43 PM
i found the problem.i change my sql collation latin to turkish.now its working.
Tags
Grid
Asked by
Teoman
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Teoman
Top achievements
Rank 1
Casey
Top achievements
Rank 1
Share this question
or