Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by janet k. on Sep 15, 2009 05:19
open dhtmlx forum
cell border

Hi,

how can I give a single cell of dhtmlxgrid a border? It is possible with innerhtml? Or how can I get the editcontrol always visible, not only then, if the cursor is inside.

The background is I use the grid as a form without any skin, border, colors. The user maybe not sure where to input the datas.

thanks a lot.
Answer posted by dhxSupport on Sep 15, 2009 09:24
>>how can I give a single cell of dhtmlxgrid a border
You can use "style" or "css" attributes of the <cell> tag in xml:
<cell css="cellCss" style="border: 1px solid black">cell value</cell>
>>Or how can I get the editcontrol always visible, not only then, if the cursor is inside.
Only one cell can be opened to edit at one moment of time.
Please find more information about grid appearance here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:styling&s[]=custom&s[]=style