This question is locked. New answers and comments are not allowed.
Hi Team,
I have number,percentage and Currency Fields in side Telerik KENDO Grid and i need to Show Value of Each Control in Standerd Number in comma Seperated Format. like if value is 12345 then it Shuld appear as 12,345 so for that i have Applied Format("{0:n}" so its Working for English language however when i chage its language Comma is Replace by dot (.) and Dot is Replace by comma (,)
so tried to set Culture on Grid or on Column but i could not Find Culture() method for Kendo Grid on Grid Level or at Column Level
Plz Help me int that
I have number,percentage and Currency Fields in side Telerik KENDO Grid and i need to Show Value of Each Control in Standerd Number in comma Seperated Format. like if value is 12345 then it Shuld appear as 12,345 so for that i have Applied Format("{0:n}" so its Working for English language however when i chage its language Comma is Replace by dot (.) and Dot is Replace by comma (,)
so tried to set Culture on Grid or on Column but i could not Find Culture() method for Kendo Grid on Grid Level or at Column Level
Plz Help me int that