Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Kaustubh Vartak on Sep 04, 2009 06:59
open dhtmlx forum
Using Group By option in dhtmlxGrid

I was using the dhtmlxGrid in our company project.
I tried using the group rows by column option as shown in the example.
Howeveri get a javascript error saying "this._gmask is null or not an object"

I think it might be because of the sequence of the js file included in the page.
Please help.

Thank You
Answer posted on Sep 04, 2009 09:03
To use groupBy() method you should include dhtmlxgrid_group.js file to your page. Please find more information here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_groupby
Answer posted by Kaustubh Vartak on Sep 05, 2009 00:06
I did include that file.. but as I have included many files, i think the sequence has been affected.