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

[Solved] wrong number formatting

0 Answers 20 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
sadeghhp
Top achievements
Rank 1
sadeghhp asked on 01 Oct 2011, 09:56 AM
I found a strange behaviour in ajax bounded MVC grid ! 
when I use  Format("{0:#,#}") in not ajax bonded grid , its work  without any problem and format my string number by thousand separator ! but in ajax bounded grid after a sort or any ajax on grid ,
it causes a wrong separator befor last numeric charachter : (display: "1,000,1" for "10001" Instead of "10,001")
Why is this happening?
Tags
Grid
Asked by
sadeghhp
Top achievements
Rank 1
Share this question
or