Thank you.
I have the following requirements:
1. Combobox dropdown list must display more than one column, e.q product
code and product name.
2. Combobox dropdown list must be virtual (like DataGridView in virtual
mode).
(I have lookup table which can contain up to 500000 rows. So I think that
it
is reasonable to show only records which are currently visible in screen).
Any sode sample which implements this? How to create
DrataGridview in virtual mode when user opens dropdown list ? Is it
reasonable to create form containing grid from Combobox dropdown event ?
DaisyCombo for .NET from
http://www.springsys.com seems to implement
requirement (1)
Andrus.