I have a DataGrid which has a combobox added to its controls.
When the use enters a particular column in the DataGrid the combobox is shown superimposed on the usual textbox, otherwise it is hidden The user can
select from the combo and when they move off it the grid shows the selected value (all this is handled in some simple code).
This works fine and looks EXACTLY as if the combobox was part of the grid...
EXCEPT
.. when the combobox appears the user cannot tab into it, you have to use the mouse to set focus on the combobox.
Anyone know a way if setting focus into the combobox ?
cheers
Andrew
BTW The reason I don't use a sub classed DataGridComboBoxColumn is that the contents of the combobox (the dropdown list) vary depending on another column in the current grid row.