I have a RadListBox that gets populated from the value in a RadComboBox. The RadListBox is below:
Whenever I click to the next or previous month, the selected items in the RadListBox are unchecked. This is because of the MainPageViewModel code below. The RadListBox is populated from this.workerGetServiceAppointments.DoWork shown below:
And here's the DoWork code:
The GetResources call works and the RadListBox is re-populated. How can I keep the selected items in the ResourceItemList from resetting when I change the month or view from Day/Week/Month and only change it when the RadComboBox is modified?
Tim