Find control type in DataGrid

  • Thread starter Thread starter Doug Bell
  • Start date Start date
D

Doug Bell

Hi I have a DataGrid that has some Combo Boxes.

I also have some code that handles tabs so that if the User Tabs forward or
back into a hidden column the code moves on to the next visible column.

Can I test to see if there is a combo box in the column so that I can force
the Combo box to dropdown when they tab into it.

Also I have found that if the User types a value into the Combo and then
hits the Tab key it does not hold that value in the DataGrid. Can someone
help with that issue as well.

Thanks
 
Back
Top