Hi
I use DHTMLXGrid v1.6, according to my screen requirements, i need Display value, edit and post value different,
for example i have decimal value 10.123456789 , when i display this value i want to it looks like 10.12, then when i clicked to edit value editor value (which comes for editing the value) should be 10.123456789, when i changed the value to 10.123456788 it must post to server 10.123456788, efter edit finished, it should show value 10.12 like excel do
i used grid.setNumberFormat(“0,000.00”, grid.getColIndexById(“DECIMAL”), “.”, “,”); but it formats number immediately, and posts formated vale.
is there a way to do this?
thanks in advange for any help or leading