Link to home
Start Free TrialLog in
Avatar of palesius
palesius

asked on

Dropdown ComboBox on DataGrid ButtonClick event

I am trying to have a combo box drop down from a datagrid cell on a buttonclick event. However, unlike with FlexGrid it won't give me the cell coordinates easily and so I can't move the combobox to the proper spot. The documentation suggests that this is easy and doable but doesn't give any examples.
Avatar of przemek
przemek

I have got the answer ( code sample ) but it is not easy :(
ASKER CERTIFIED SOLUTION
Avatar of tg_george
tg_george
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I think you will have a problem with
DBGrid.RowWidth and List1.Height
But if you could show only a ListBox of the ComboBox ?