Hi
I've an ultracombo filled by a dataset which contains some fields with boolean values.
I need to modify my control in order to permit to check/uncheck some rows. I've tried to keep the control dropped down -with different methods : Show, ToggleDropdown, Refresh,...- when I select a row (RowSelected Event) to change my boolean value and refresh the value list, but it doesn't work.
Do you know a way to do that? Or does it exists an easier way to make an checkable ultracombo?
Thanks in advance.
This post helped me a lot for doing what I wanted :
http://forums.infragistics.com/forums/t/10347.aspx
See ya.
Thanks for the help!
Hi,
I don't think this is possible, unless you are using NetAdvantage 2009 Volume 1, in which a new multi-select feature was added to the WinCombo. Even then, I am pretty sure it can only be done for one column.
If you have multiple columns, then you would need to create your own dropdown. This is much easier than it sounds. This thread should point you in the right direction: Stop the utlraComboEditor from closing on click - Infragistics Community