Categories | Question details Back To List | ||
[dhtmlxGrid] GroupBy when column 0 is hidden Hello guys, I'm currently using a grid component where first column is hidden. When groupBy function is used on any visible column like this : myGrid.groupBy(6); Grid is sorted but group rows are not visible. I guess It is based on column 0 visibility ^^ For now I changed how indexation are done to work around this bug. Guess It could a issue for some others users too. Cheers, N.D. Answer posted by dhxSupport on Apr 21, 2009 05:15 What version of dhtmlxGrid do you use? We can't reproduce this issue at the latest version of dhtmlxGrid. Please contach support@dhtmlx.com and provide sample where we can reproduce this issue. Answer posted by n.darques on Apr 21, 2009 06:38 I'm using : - dhtmlxgrid.js : v.2.1 build 90316 - dhtmlxgridcell.js,dhtmlxgrid_group.js : v.2.1 build 90226 If issue is not version related, I will provide a sample to support. |