Hi,
I have grid with header group represents a month with 2 columns each :
product | Jan | ... | Dec | Total |
name | Qty | Amount | Qty | Amount | Qty | Amount | Qty | Amount |
----------------------------------------------------------------------
When i hide All December columns :
$('#mydg').datagrid('hideColumn', 'qty_12');
$('#mydg').datagrid('hideColumn', 'amount_12');
Jeasui instead hide the Total Columns, and the December columns are still there. Is this considered a bug?