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

Binding IsBusy in Code-Behind

4 Answers 95 Views
GridView
This is a migrated thread and some comments may be shown as answers.
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!

4 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 26 Apr 2011, 07:09 AM
Hello ,

 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
Vlad
Telerik team
answered on 27 Apr 2011, 07:01 AM
Hello,

 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.
Tags
GridView
Asked by
Jeff Waddell
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Jeff Waddell
Top achievements
Rank 1
Share this question
or