Categories | Question details Back To List | ||
dhtmlxGrid - enableHeaderImages Is it possible to use images in the header of specific columns and text in the others? (We have the Pro version of the product) Thanks Answer posted by dhxSupport on Sep 17, 2009 05:27 You can insert any html into header's cell: mygrid.setHeader("<img src='some_image.' />,Column2,Column3"); |