Hi -
Is there an example anywhere (either sample code, or even better a live online app) showing a databound grid where one of the fields uses a picklist or combobox control having multiple columns?
To clarify, here are some illustrations of this:
http://help.infragistics.com/Help/Ne..._a_Cell_01.png
http://www.codeproject.com/KB/grid/M...lustration.gif
When the user clicks on the picklist/combobox, it displays multiple columns. Only one of these displayed columns (or possibly a hidden column - ie, having width zero) provides the actual value that gets written to the field - the other columns merely provide additional info for the user.
Thanks!
Is there an example anywhere (either sample code, or even better a live online app) showing a databound grid where one of the fields uses a picklist or combobox control having multiple columns?
To clarify, here are some illustrations of this:
http://help.infragistics.com/Help/Ne..._a_Cell_01.png
http://www.codeproject.com/KB/grid/M...lustration.gif
When the user clicks on the picklist/combobox, it displays multiple columns. Only one of these displayed columns (or possibly a hidden column - ie, having width zero) provides the actual value that gets written to the field - the other columns merely provide additional info for the user.
Thanks!
Comment