Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
xamcomboeditor Update SelectedItems from the code
posted

Hi,

I have an ig:xamcomboeditor on the screen with a list of documents(these documents can have different revisions). The combo editor allows multiple selections and has check boxes property enabled. It also has an option added dynamically for Select All. When I check the box against Select All, the system needs to find a list of latest revision documents in combo editor and check the boxes against it and update the selected items for the combo editor.This has to be done dynamically. The user can also uncheck any document if he decidedes not to use it. At that moment, the select All should be unchecked as well. Any ideas on how this can be implemented. I tried to get it working by using the combobox1_SelectionChanged. But it doesnt ticks the check boxes if select all is checked. And if I try to select "Select All" again, it gives me an error.