I have a grid that is databound to an object that stores a string of IDs that relate to another lookup list. So I want a cell bound to this ID pointer column to have a simple multi-select list of display values that when closed puts a delimited string of id values in the bound cell.
I'm also wondering where i should first go to look for answers to this kind of question since i've spent a couple hours looking for help on this and cant find anything except some forum posts that kinda relate but don't really tell me everything i need to implement this correctly.
Hi,
Here's a link to an article on the Infragistics KnowledgeBase that should answer your question.
HOWTO:What is the best way to place a DropDown list in a grid cell?
There are also samples included with NetAdvantage that demonstrate using a ValueList (which is probably what you will want to use in this case).
And if you have questions and can't find answers in the sample or the documentation or the KB, please feel free to post hers in the forums and I will try to point you in the right direction. The WinGrid's object model is pretty huge, so there's a big learning curve, but we are here to help. :)
Hi Mike,
I have requirement to show multiselect combobox feature (ID, Name with checkbox feature) with Grid Cell ValueList. I am using Infragistics V8.3. Could you please confirm whether this feature is available with V8.3. If Yes could please brief me how to do?
MULTI-selectable drop down
I've been able to do a regular drop down