i have a requirement of displaying value till 2 decimal places in jqgrid, i have formated it to two places in C#, but somehow its not displaying correctly in the jqgrid, however if i format say 23.3243 the value is displayed correctly i.e. 23.32 but not
when i try for say, 24 i.e. integer,
kumarrishav7
Member
191 Points
111 Posts
JQ Grid format double to decimal to 2 place
Aug 04, 2012 08:35 AM|LINK
Hi
i have a requirement of displaying value till 2 decimal places in jqgrid, i have formated it to two places in C#, but somehow its not displaying correctly in the jqgrid, however if i format say 23.3243 the value is displayed correctly i.e. 23.32 but not when i try for say, 24 i.e. integer,
Please help
Thanku
kumarrishav7
Member
191 Points
111 Posts
Re: JQ Grid format double to decimal to 2 place
Aug 04, 2012 09:32 AM|LINK
eventually i found the solution ,. my syntax was wrong,. setFormatter("'currency'") is required insteed i was going for setFormatter("currency")