Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
296
Column Style - Multi-Column Drop Down?
posted

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?