Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i have numeric column in grid which is formatted by using kendo.tostring(123456789, 'n2') and it is formatted like [123,456,789.00] but i want to format it like [12,34,56,789.00] , is it possible in kendo number or string formatting?
Posted
Comments
Bernhard Hiller 24-Jan-14 2:59am    
In the .Net world, I'd supply the Indian culture as a FormatProvider to the ToString method. I do not know if there is an equivalent for that with kendo, but perhaps with these hints a web search could bring some results.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900