Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Datagrid Control > Multicolumn Combobox in datagrid

Reply
Thread Tools

Multicolumn Combobox in datagrid

 
 
T.ARAS
Guest
Posts: n/a
 
      08-05-2004
Hi all

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

Thank you.


 
Reply With Quote
 
 
 
 
RockNRoll
Guest
Posts: n/a
 
      08-05-2004
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

"T.ARAS" <yok> wrote in message news:...
> Hi all
>
> I need a datagrid with multicolumn combobox. Combobox is with

autocomplete.
>
> Thank you.
>
>



 
Reply With Quote
 
 
 
 
T.ARAS
Guest
Posts: n/a
 
      08-06-2004
Thank you RockNRoll

My application is a windows forms


"RockNRoll" <> wrote in message
news:...
> 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
>
> "T.ARAS" <yok> wrote in message

news:...
> > Hi all
> >
> > I need a datagrid with multicolumn combobox. Combobox is with

> autocomplete.
> >
> > Thank you.
> >
> >

>
>
>




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combobox Project: How to put 4 text items in the combobox christopher.m.lusardi@gmail.com Java 5 10-11-2012 09:29 PM
Multicolumn tree view control Adam Clauss ASP .Net 4 10-20-2007 03:41 PM
MultiColumn ComboBox... Davide Piras ASP .Net Building Controls 0 12-20-2004 06:06 PM
Where on earth is system.windows - Multicolumn Listbox kackson ASP .Net 4 11-30-2004 07:46 AM
NEWBIE - Multicolumn Listbox populated from SQL statement RockNRoll ASP .Net 2 08-04-2004 06:30 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57