Categories | Question details Back To List | ||||||||
change grid styles on a specific column header via XML your repsonse worked out great via javascript, but I'm loading my data via XML. Do you have a XML outline document that will show the available tags for the headers? Thanks.
It can be done with 3rd parameter of setHeader or attachHeader methods. Please find more information here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_attachheader
http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_setheader Regards
Steve Answer posted by dhxSupport on Sep 16, 2009 05:00 Unfortunately there is no way to set style for the header cell via xml. It can be done only with API or via directly via DOM. >>Do you have a XML outline document that will show the available tags for the headers Please check document at the attachment Attachments (1)
|