Groups | Blog | Home
all groups > asp.net datagrid control > august 2004 >

asp.net datagrid control : Multicolumn Combobox in datagrid


RockNRoll
8/5/2004 8:00:49 AM
The Web Controls do not inherenly support multiple columns. You would
either need to concatenate all the fields you're trying to put in the
combobox and use some appropriate spacing (I've seen some tutorials on the
internet pertaining to this issue) or you would need to use a third party
combobox control that supports multiple columns. Below is a link to a tool
that does just that. I haven't used it personally, so I couldn't tell you
how well it works. Lets just hope that Microsoft adds support for
multicolumn combo and list boxes in their next release.

http://easylistbox.com/demoQuickStart.aspx#easy

[quoted text, click to view]

T.ARAS
8/5/2004 12:57:09 PM
Hi all

I need a datagrid with multicolumn combobox. Combobox is with autocomplete.

Thank you.

T.ARAS
8/6/2004 11:16:40 AM
Thank you RockNRoll

My application is a windows forms


[quoted text, click to view]


AddThis Social Bookmark Button