Jeff Waddell
Top achievements
Rank 1
Jeff Waddell
asked on 24 Apr 2011, 02:45 PM
How can I bind the IsBusy property of a GridView to the IsBusy of a Domain Data Source in code-behind? Neither seem to be exposed as dependency properties.
Thanks!
Thanks!
4 Answers, 1 is accepted
0
Hello ,
Vlad
the Telerik team
You can use SetBinding() method like any other DependencyProperty. You can check this article for more info.
Regards,Vlad
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
0
Jeff Waddell
Top achievements
Rank 1
answered on 26 Apr 2011, 08:06 PM
There is no 'IsBusyProperty' dependency property exposed on the grid or data source.
0
Accepted
Hello,
Vlad
the Telerik team
As far as I know the property is still available - you can check the attached screenshot for more info.
Kind regards,Vlad
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
0
Jeff Waddell
Top achievements
Rank 1
answered on 27 Apr 2011, 01:51 PM
Ahhh! It's not on the instance, but the class. Forgive my oversight.