Hi, I have a databound multiselect listbox bound to a datatable. When I select a listboxitem I want some other listboxitems in the same listbox to be selected automatically. I want multiple items to be selected with a single click. How can i do that? I can't do it in SelectionChanged
event because it leads to calling the same event again and breaks my logic altogether.
Please help. Any help will be highly appreciated.