This is a migrated thread and some comments may be shown as answers.

[Solved] Problem when set the grid disabled

1 Answer 83 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chenghan
Top achievements
Rank 1
Chenghan asked on 09 Jul 2009, 06:50 AM
Hello,

I've set my grid disabled as following:
myGrid.MasterTableView.Enabled = False 
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:
myGrid.MasterTableView.Enabled = False 
myGrid.ClientSettings.AllowGroupExpandCollapse = True 
Is it possible to enable the expanding group?
Thanks advance.

best regards
Chenghan

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 10 Jul 2009, 01:41 PM
Hi Chenghan,

I am afraid that it is not possible to enable the expanding group when your grid is disabled. Please have in mind that when you set Enabled property of RadGrid control to false, all features are disabled too.
For more information, please refer to the following help article:
Enabled/Disabled conventions

All the best,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Chenghan
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or