Hi,

I am tyring to add the combo box to the datagrid.
Now the combo box is appearing properly in the grid and i am able to work with it with mouse and keys as well.

Now when I press up or down arrow key on the combobox, it moves to the next row cell or upper row cell in the datagrid.

I want to prevent it to happen so, and want that with upper or lower arrow keys it should navigate in the combo box items.


How can I do it?

Thanks