Hi,
I have a requirement to create a custom checked listbox for multi-selection. I understand that Telerik's control suite dosen't include ListBox. Hence I decided to create my own.
I have achieved this custom checked listbox using ItemContainerStyle property.
1) The navigation of the listview items using arrow keys seems to fail, as only the scrollbar responds to it.
2) Also, the databinding ceases to work when bound to the ItemsSource property.
Any help on the above issues is much appreciated. The sample project with the issue faced could be found here
Thanks,
Satish