Some time ago a customer of ours asked us if there is a possibility to use the FilterDescriptors, SortDescriptors and GroupDescriptors collection in a MVVM context by binding them to collections defined by the view model. As all the data is managed there, why not also manage the data operations in the same class? Unfortunately, these three properties are readonly and therefore binding them to a property defined by the main view model wouldn’t work.
We decided that allowing similar scenarios will simplify the development with RadJumpList and therefore as of Q3 2011 SP1 the control exposes three new properties which...