Click here to Skip to main content
16,017,788 members

Comments by Ehsanf3 (Top 19 by date)

Ehsanf3 3-Jul-15 1:36am View    
when i use "changed" event , user must enter full name or id of data and press enter or tab to call this event .. i want user type every character or number i can search that ...
Ehsanf3 3-Jul-15 1:33am View    
sorry..
i don't need to cancel change anywhere ....
i can not use System.Windows.Forms.DataGridViewComboBoxColumn because my data have an id and a name .. i want costumer can search from both of this property of my data ... in combobox can search only name or only id ...
Ehsanf3 3-Jul-15 0:59am View    
"changing" because i want to search when customer changing this cell value
i can not use ombo box System.Windows.Forms.DataGridViewComboBoxColumn with auto complete currently.. i want to customer can enter id and name of values in this cell then i search that and show... can i use combobox for this cell ?
Ehsanf3 3-Jul-15 0:44am View    
Deleted
"changing" because i want to search when customer changing this cell value
i can not use ombo box System.Windows.Forms.DataGridViewComboBoxColumn with auto complete currently.. can u guide me for use this ?
Ehsanf3 3-Jul-15 0:28am View    
yes if use existing event its better