Hello everybody ,
I’m using dhtmlxgrid plugin and i want to do the grouping with a hidden column for that i use those line of code:
grid.setColumnHidden(0,true); //OR grid.setColumnsVisibility(true,false,false,false);
grid.groupby(0);
but in this two case the group didn’t work for me , it’s work only when i don’t use setcolumhidden or setcolumnsvisibility
and for me i don’t want to show that column in header and in rows , i want it to be shown only in group row
any suggestion ?
Thanks,
Kind Regards