This question is locked. New answers and comments are not allowed.
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?
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?