Combo box in DataGrid

  • Thread starter Thread starter Arpan Bhatia
  • Start date Start date
A

Arpan Bhatia

The MSDN tells it would be possible to create own
DataGridColumnStyles and
there also exists a DataGrisComboBox in
Microsoft.ClrAdmin. It can be bound
to the GridColumnStyles Collection but just shows a
DataGridTextBox. Who already tried this successfully?
 
I have done one based on that article. The only problem
with it that I currently have is that when you press the
Tab key it is processing the Tab key twice. I still have
to figure out how to pickup the win api message and make
sure that it is not passed twice. Other than that it
works ok.
 
Back
Top