Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Frank on Oct 01, 2009 08:22
open dhtmlx forum
Group by hidden column

Hi

Can I use the groupBy-function with a hidden col (xml hidden='true'?. If I do so, the grouping disappears. Any workaround?

Regards,
Frank
Answer posted by dhxSupport on Oct 01, 2009 09:54
Please check if you are calling groupBy() method after grid was fully loaded:

mygrid.loadXML("grid.xml",function(){
mygrid.groupBy(2);
})