Formatting dhtmlXGrid through XML

Is it possible to specify column format (number, date) as an attribute of the element of the section of the grid xml data file ?



I am trying to avoid calling mygrid.setNumberFormat("@000.00Zbh",1); progrmmatically.





Thank you,

Stan.

It is possible , starting from dhtmlxGrid 1.3



   
        <column type=“edn” format=“0,000.00” …


You can check
    samples/pro_format_xml.html ( included in pro package only )