Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by DavidO on Apr 26, 2008 21:47
open dhtmlx forum
TreeGrid cell background image

I need to let users know that a combobox excelltype must be double-clicked to dropdown the options.

Is it possible to set a background image for a cell that is a combobox or can you suggest another way to clearly show users that a cell is a combobox and must be double-clicked?

thank you.
Answer posted by Support on Apr 28, 2008 02:47
There is no way to defined custom style per column, but you can do it for necessary cells directly from XML
    <row id="some">
       <cell>Some here</cell>
       <cell style="background-image:url(some.gif)">Some here</cell>
       <cell>Some here</cell>