:: Forum >> Version 2 >>
Null values in cells with number formats
More information on this topic is available in the documentation section:
/grid.doc.formats/.
Null values in cells with number formats should be
empty and not zero like "0.00".
Thomas Henrichs
Thursday, June 19, 2008
format.setErrorText("");
format.setErrorValue(0);
first will set the text you want, second will make help with sorting
Ryan Garabedian
Friday, June 20, 2008
format.setErrorText("");
format.setErrorValue(0);
first line will set the text you see, second will help with sorting
Ryan Garabedian
Friday, June 20, 2008
Post a reply:
Back to /grid.doc.formats/
Documentation:
Forum search