hi,
i have a problem in crm , first i design form with decimal format but our value more than 100,000,000,000
and crm have validation in decimal number , and i force to use single line text field instead , and convert to decimal in my plugin and everything is ok , except one issue , in decimal field we have camma seprator for number by default when user input the number , i need a javascript code that do something like that , which dose not affect to save on field becuase i dont like run my plugin for lots of records that imported in crm , i just need to show seprator to text field when keyup on field or when form is loading , could you please help me , it's very force and i try with some jQuery code and i did not answer yet ,
i need something like this format in c# in ToString
ToString("#,##0.00")
but in Javascript in KeyUp Event and loading Time
thanks for your attention
*This post is locked for comments