I am not able to bind IsEnabled property of my gridview. If i set the property in the xaml like IsEnabled="True", then it works, but if i try to bind it to a boolean property, its not working correctly.
Is this a known issue? Is there any workaround for this?
How are you trying to bind the IsEnabled Property of the GridView to a boolean property?
You could bind the GridView property to a property in the DataContext of the GridView.
I have prepared a sample example project showing the right way to bind the IsEnabled property, so that it is working correctly. In the example there is a CheckBox. By checking it you change the state of the IsEnabled and you could immediately see it applied on the GridView.
You may as well take a look at this forum thread regarding data Binding of column properties.
Regards,
Didie
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items