Hi!!!
I've added an Infragistics.Win.UltraDataGridView.UltraGridComboColumn into a System.Windows.Forms.DataGridView ...
It works fine, and naturally I had some side effects that I already fixed... But I still have a little trouble: I don't have the AutoComplete on the cells of this column... (The fact that when the user type a word in the cell, the combo automatically selects the corresponding value)
Do I have to program this behaviour ??? Or did I simply forget to set the right property?
Thanks and Happy Easter day
I don't see a property on the UltraGridComboColumn for AutoEdit like the UltraCombo control has. This might be intentional or it might be an oversight. You should probably Submit an incident to Infragistics Developer Support
Ok, I will submit that incident...
Do you see any other workaround?
Other than trapping the keystrokes and implementing this yourself, no. I'm not really sure why it doesn't work by default. It might not be possible to implement on the column level.