Page 1 of 1

How to create a multicolumn combo box

Posted: Wed Feb 09, 2005 13:10
by krithigal
Hi
In my test application I need to display a combo box which takes a date input. I am looking forward to use a multicolumn combo box. But it is understood that there is only multicolumnlist box control available.
Pl. let me know how to create a multicolumn combo box. Should I need to use 3 combo's and group them together. If so how do I do it. A sample code snippet will help me better.


Looking forward to hear from you.


regards
krithiga

Re: How to create a multicolumn combo box

Posted: Wed Feb 09, 2005 19:33
by CrazyEddie
I've never seen a multicolumn combobox, and am unsure of its general usefulness :?

I would suggest that having three normal comboboxes, placed end to end, would suffice...

Code: Select all

+-------+---++-----------+---++--------+---+
|  Day  | V ||   Month   | V ||  Year  | V |
+-------+---++-----------+---++--------+---+


CE.

Re: How to create a multicolumn combo box

Posted: Thu Feb 10, 2005 04:34
by gcarlton
Wow, magic! Let me know when you come up with a 4 column one. ;)

Re: How to create a multicolumn combo box

Posted: Fri Feb 11, 2005 06:27
by krithigal
Thanks for your info.

regards
krithiga