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

Report Throwing Exception when Filtering value like 345,56

1 Answer 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sarath
Top achievements
Rank 1
Sarath asked on 17 May 2012, 06:52 AM
Our Application is supporting Multiple Language.
In some reports We have added option for Grid Column Filter.Some Countrie Like Netherlands using Comma(,) as decimal Separator.For the NL the data in the Grid is Translating correctly(means the Decimal separator is changing as (,)Ex the a value in the Grid is coming as 345,56).But When ever user Filtering By a Comma Separated Decimal value(like 345,56),Report Throwing Exception.

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 21 May 2012, 03:30 PM
Hello,

I think the problem comes from the fact that the number gets displayed with thousand separator and you are considering this as a decimal separator. If the value in the datafield is integer for example "232876" then it will be displayed with thousand separator like this: "232, 876" but this does not mean it is a real number with decimal point. And when you enter a value to filter on you should enter it as "232876" instead of "232,876".

Kind regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Sarath
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or