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

RadGrid Filtering is not working with Arabic Text

1 Answer 131 Views
Grid
This is a migrated thread and some comments may be shown as answers.
kesava pindi
Top achievements
Rank 1
kesava pindi asked on 10 Sep 2014, 03:50 AM
I have a RadGrid in asp.net application which is bound to a ObjectDataSource. Everything works great except filtering.

I traced the query on SQL Server Profiler and found out ...where columnName like '%arabic text%' which is not returning any row.

if you change this to...where columnName like N'%arabic text%' it gives you the correct result.

Is there any solution or work around?.


Thanks
Kesava.

1 Answer, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 12 Sep 2014, 02:57 PM
Hi Kesava,

Based on the information provided I am not able to pin-point what is causing the described behavior. Please share with us the markup and code-behind of the problematic page so we could examine the implementation. Additionally please elaborate on the controls version used in the application.

Looking forward to your reply.

Regards,
Angel Petrov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
kesava pindi
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or