Categories | Question details Back To List | ||
animated GIF on GridHeader Hi there! How can I put a animated gif with text on a header and keep it independent of the sort image? Something like: HEADER: <img.gif> ...text... Answer posted by Support on Jun 26, 2008 04:48 You can place any HTML content inside header grid.setHeader("A,B <img src='some.gif' />,C"); |