Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Rama on Aug 06, 2008 11:27
open dhtmlx forum
Grid : Merge more than 2 Cells across a row

Hi,
How to merge more than 2 Cells across a row in grid ?
Answer posted by Support on Aug 07, 2008 01:25

You can merge as many cells as necessary, 3rd parameter of setColspan command control count of merged cells
         mygrid.setColspan(id,ind,2) // merge 2 cells
         mygrid.setColspan(id,ind,4) // merge 4 cells

Answer posted by Rama on Aug 07, 2008 06:06
Hi there,
             Means can I select multiple cells using Ctrl and Shift keys just like we can select multiple rows using those keys. ????
Answer posted by Support on Aug 07, 2008 06:14
The grid doesn't support such features as "selection of mutiple cells"
Grid can have multiple selected rows in same time, but only one active cell.
Answer posted by Tejas Shah on Aug 07, 2008 06:29
Can we do some modification to achieve such functionality ?
Answer posted by Support on Aug 07, 2008 07:06
It will require pretty complex updated, because grid build on concept of single selected way. 
There is no way to made such update easily .
If you interested in custom modification of component - please contact sales@dhtmlx.com with your request.