Categories | Question details Back To List | ||
dhtmlxgrid number format Hi, I've the following queries: 1> Is it possible to have number format in the xml tag as attribute instead of mygrid.setNumberFormat(); 2>Is it possible to have max length validation as attribute in xml. Thanks & Regards Dilip Answer posted by dhxSupport on Mar 18, 2009 02:44 1) You can use "format" attribute of the <column> tag (only for "end" or "calendar" excells): <column type="edn" width="150" sort="str" format="0.00"> Column label </column> 2) Unfortunately it's impossible |