Hello,
I've set my grid disabled as following:
It seems everythins in the grid is diable then.
When I want to expand the group, it is also disable...
I try to enable the expanding as following, but failed:
Is it possible to enable the expanding group?
Thanks advance.
best regards
Chenghan
I've set my grid disabled as following:
| myGrid.MasterTableView.Enabled = False |
When I want to expand the group, it is also disable...
I try to enable the expanding as following, but failed:
| myGrid.MasterTableView.Enabled = False |
| myGrid.ClientSettings.AllowGroupExpandCollapse = True |
Thanks advance.
best regards
Chenghan