Hi Team,
I am facing one issue with JQXGrid formatting.
My cell value is rendered with thousand separator, when I am trying to edit the value with (comma (i.e) 1,234). My value is becoming zero in cell changed event.
(I tried with cellsformat as “F”, “N”,”D” and datafields type as “Integer”, “Number”, “String” also)
Whereas if I remove comma from my cell (i.e:- 1234), its returning correct value in cellchanged event.
Can you please guide us in this.
Thanks in advance.
Note: I am dynamically assigning the values to the grid using “BeforeLoadComplete” in “DataAdapter”.
Values are binding to dataadapter is from a business logic with decimal datatype.
Regards,
Rajkumar