Greetings,
I'm currently using: NetVantage for Windows Forms (version 8.3.20083.1009)
I understand through the documentation how to setup a grid's column to be a drop down.
1. Set column's Style property to something like: Style = ColumnStyle.DropDown
2. Set column's valuelist property to some valuelist that you have already created.
The produces what I would call a 'simple drop down'. (i.e. only a simple list).
My question is this:
Is it possible to have a multi-column drop down within a grid? Something similar to how your UltraCombo control behaves if you set it's datasource to a multi-column datatable.
If so, how can I do this?
Hi,
I think Vince may have misunderstood your question. It does not appear that you are asking about a multi-select dropdown, just a multi-column dropdown.
That's much easier. You just use the UltraDropDown control as your column's ValueList. Here's a KB article with some more info:
HOWTO:What is the best way to place a DropDown list in a grid cell?
Very helpful comments. Thank you.
Mike Saltzman"]I think Vince may have misunderstood your question. It does not appear that you are asking about a multi-select dropdown, just a multi-column dropdown.