Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Daniel Barratt on Nov 17, 2009 09:03
open dhtmlx forum
Grouping on column 0

Hi chaps,

Was the following ever resolved:

http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=9146

I am having similar problems with grouping on column 0.

Daniel

Answer posted by dhxSupport on Nov 18, 2009 02:21
This issue was fixed at the latest version of dhtmlxGrid.
Answer posted by Daniel Barratt on Nov 18, 2009 03:01

I am using v2.5 build 090904 and I am still having issues:

If I group by column 0 and column 0 is hidden I do not see the group headings.

In fact, if I group by any column and there are no visible columns before it, then the group headings are not visible.

 

Answer posted by dhxSupport on Nov 18, 2009 03:36
To groups rows by 0 column if this column is hidden you can use following code:
mygrid.groupBy(0,["","#title","#cspan","#cspan","#cspan"]);
Answer posted by Daniel Barratt on Nov 18, 2009 04:51

This method did not work for me.

I am not using enableSmartRendering, enablePaging or enableDistributedParsing.

The group heading still does not appear.

Answer posted by dhxSupport on Nov 18, 2009 06:14
Please contact support@dhtmlx.com and provide you ref. ID and we will send you working example