Hello,
I added a couple of check boxes to my application to let the user pick some functionality for the grid, it seems to work fine, however the AllowGroupBy is set to true by default and when I change it to false, after the user unchecked the box, it actually disables the group by functionality but the box still there.
so the question is, how do I hide the GroupBy box?
thanks !
grid.DisplayLayout.GroupByBox.Hidden = true;