I would like to have a multi-select list box and am wondering if this control is appropriate for that, or is there a Listbox control you offer?
Thanks.
Hello Mike,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
After some research the functionality that you are looking for has been determined to be a new feature request. I have sent your feature request directly to our product management team. Our product team chooses new feature requests for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development, you will be notified at that time. Your reference number for this feature request is FR13927
If you would like to follow up on your feature request at a later point, you may contact Developer Support management via email. Please include the reference number of your feature request in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
Ok, Krasimir, I'll take a look at this. I am very interested in binding multiple selected objects to and from this control, is this possible? So, for example, I might have a user detail window with two of these listboxes. One of them is for roles and the other would be for clinics they have been assigned to. I'll need to fill each listbox with all roles or clinics, and then each user object has a list of roles and clinics they have been assigned to. I'll need to bind the selected items in each listbox to their assignments, and then if I click to select or deselect I'll want to bind to that list so that items are added or removed. Is this possible with this control?
Thank you for the clarification. I been reading through your post and I can suggest using our XamDataTree control. When bound to a non-hierarchical data it arranges its nodes as the ListBox control does. You can also enable multiple nodes selection by setting the NodSelection to Multiple in the SelectionSettings of the XamDataTree. I have created a sample application for you demonstrating the described functionality.
If you have any further questions please do not hesitate to ask.
Krasimir,
Was looking for something very simple. Just wanted a simple listbox like the WPF listbox control. If you guys don't have anything like that I can use the WPF listbox control. Do you have a listbox control?