Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by dilip on Mar 17, 2009 21:32
open dhtmlx forum
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