How i can select a single cell from selected row in datagridView and after selecting that i want to put simple search functionality(like we have in our windows folders-typing any characters and search should work)
|
feedback
|
|
I do not really understand your question. If you want to select one cell, you can use the celldoubleclick event for exemple. And the to get the selected cell, use e.rowindex and e.columnindex which will give you the row and the column where the cell is located. | |||
feedback
|
|
You can try this as a possible solution.
You could then populate:
with the keys pressed in the cell by capturing them by utilizing:
I found the original Biding Source Logic at : This Location | |||
|
feedback
|