IDataGridViewEditingControl

0
0

Hi

Does anyone know how to use the IDataGridViewEditingControl with a custom combox cell to allow a typed filter to be applied to the contents so the that

If the filter results in a single value that’s what’s displayed

If the filter results in multiple values the drop down is displayed as if it was clicked?

eg you type er into the combo box cell (once its in edit mode) and press enter to initiate the process.

Thanks

Ewan

 

 

 

  • You must to post comments
0
0

Hi Ewan, the IDataGridViewEditingControl interface simply allows for a better integration of a custom editor. It doesn’t affect the custom editor itself. You can also try the build in DataGridViewComboBoxColumn and set AutoCompleteMode to Filter or AppendFilter (https://wisej.com/docs/2.0/html/T_Wisej_Web_AutoCompleteMode.htm).

 

 

 

 

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.