Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Stan on May 11, 2007 21:38
open dhtmlx forum
Formatting dhtmlXGrid through XML

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

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


Thank you,
Stan.
Answer posted on May 14, 2007 10:35
It is possible , starting from dhtmlxGrid 1.3


<rows>
    <head>
        <column type="edn" format="0,000.00" ...


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

Answer posted by Alexandra (Support) on Dec 06, 2014 06:48

To find more precise comments upon this issue, we can offer you read about ajax menu examples and ajax uploader.