| View previous topic :: View next topic |
| Author |
Message |
wilsonj@ausrad.com Novice
Joined: 12 Dec 2011 Posts: 2
|
Posted: Wed Dec 14, 2011 3:20 pm Post subject: QueryPanel and MVVM |
|
|
Any recommendations on binding the query definition (xml) to a property on a ViewModel when using MVVM?
I tried binding the QueryPanel.Query property to the viewmodel but it throws a 'Query can't be null! Set Query property to an instance of an EasyQuery.Query class' error.
Any possibility of making that property a dependency property? |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 07 Nov 2005 Posts: 272
|
Posted: Wed Dec 21, 2011 1:48 pm Post subject: |
|
|
| The latest version of EasyQuery.NET WPF published on our web site (1.6.0) allows to bind the query object to visual controls (like QueryPanel or QueryColumnsPanel) through their Query property. |
|
| Back to top |
|
 |
|