Categories | Question details Back To List | ||
can we move the presentation to xml ? 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. Answer posted by Support on Jun 08, 2009 01:31 All main settings of grid can be configured through XML http://dhtmlx.com/docs/products/dhtmlxGrid/samples/initialization_loading/grid_config_xml.html?un=1244451106000 Answer posted by Support on Jun 08, 2009 01:32 You can check http://dhtmlx.com/docs/products/dhtmlxGrid/doc/wizard/index.html#grid_cwizard with "configuration via XML" option Answer posted by Sanju Thomas on Jun 08, 2009 23:31 Thanks a lot, its really a nice feature. Answer posted by Sanju Thomas on Jun 08, 2009 23:34 Is there a way I can attachHeader using XML ? Like attaching a select_filter or text_filter. Answer posted by Alex (support) on Jun 09, 2009 00:48 Hello, you can call grid configuration methods from the xml. For example it can be done as follows: <rows> ... |