The requirement is to allow the user multiple rows in a combo/ drop down. That is the user will click on drop down there will be a grid with all the values and the user should be able to select (using a checkbox) multiple rows in the drop down.
If the possible?
also what is the difference between a Ulrta Combo and a Drop down
Then in that case, On the same similar lines as Combo Can we perform inline search/Auto complete on multiple column using TextEditor + Grid?
thanks,
sandeep
I thikn you would have to create you own combo for this, I don't think you could get all this functionality using just the UltraCombo. But by using an UltraTextEditor and an UltraWinGrid in a DropDownEditorButton, you could do whatever you want.
Hi Mike,
Our requirement is to allow the user multiple rows (around 5000 rows) in a combo/ drop down. This combo dropdown should have two columns (may be col1 and col2) displayed and user should be able to Auto-select only col1. This seems to be a by default behavior of the UltraCombo.
Now what we are looking forward to is that
1) when user types-in the UltraCombo then we should be able to search in both the columns i.e. col1 as well as col2 but the Combo Editor will receive values only from col1.
2) Also, User should be able to select more than 1 values using inline search functionality of the UltraCombo.
Example:-
there are 4 row in the UltraCombo
col1 col2
microsoft MicSof
Oracle Corp OraCor
Virgin Atlantic VirAtl
Visit Organic OrgVis
1) If user types in "Or" in the Combo editor then the drop down rows should be filtered not just on Col1 but also on Col2 and then gets sorted based on Col1 and the expected result is two rows in combo drop down (Oracle Corp, OraCor) & (Visit Organic, OrgVis) and "Oracle Corp" should be selected in the Combo editor.
2) and now once user has selected "Oracle Corp" in the Combo editor, then on Enter key the value ""Oracle Corp" stays there in the combo editor and user should be able to Auto-select some other value from the complete list of 4 values making it two values in the Combo editor.
Is it possible using UltraCombo?
otherwise, can you please some other infragistics control for this requirement.
I'm afraid I have no idea about the ASP.Net controls. You should post over in the ASP.Net forums and maybe someone there can help you. Or contact Infragistics Developer Support:
Submit an incident to Infragistics Developer Support
is it possible to do your solution for web? Im using Infragistics v5.1
if possible can you show me how since I'm a beginner in infragistics.