Categories | Question details Back To List | ||
change grid styles on a specific column header I'm currently using the grid and would like to change the style on the header for only column 0. Is there a way to accomplish this? Regards Answer posted by dhxSupport on Sep 15, 2009 09:20 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 Answer posted by Steve on Sep 15, 2009 10:38 Thanks for the information, it works out great for setting via javascript. Do you have an xml outline of doc that will show the header tags? I'm retreiving my data via XML. Thanks again for the help Regards Steve |