Hello Everyone,
can i search the first column of the datagridview as user types in the text.
i dont want any seperate textbox the user should be able to type on datagridview directly when its selected
For Example if the user types in letter "T" on the datagridview it should take him to the row of the first column where it starts with the letter "T" .
is this possible ??
Thanks EveryBody :)