Does DHTMLX supports having the presentation inside the xml itslef ? Like hader, style, size and align can be moved to xml ?
This allows the programmer to let the user selectes columns he wanted in a grid.
All main settings of grid can be configured through XML
dhtmlx.com/docs/products/docsExp … dhtmlx_xml
Thanks a lot, its really a nice feature.
Is there a way I can attachHeader using XML ?
Like attaching a select_filter or text_filter.
Hello,
you can call grid configuration methods from the xml. For example it can be done as follows:
column 1,column 2,…,column N
<column width="…" …>…
…
…