7 Answers, 1 is accepted
0

Shinu
Top achievements
Rank 2
answered on 21 Dec 2011, 05:21 AM
Hello Teoman,
Try setting the following.
aspx:
-Shinu.
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">
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
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.