R
Robert Bravery
Hi all,
I am looking for a way to create partial serching of a datagridview. SO that
as a user would type in a textbox, the position of the row pointer in the
grid would change incrementaly as the user types
so that (searing in 'name' column) if they type "B" the pointer would dind
the start of names beginnig with 'B', then type 'o', and the pointer moves
to the start of 'Bo' and so on.
Can some one point me in the right direction.
Thanks
Robert
I am looking for a way to create partial serching of a datagridview. SO that
as a user would type in a textbox, the position of the row pointer in the
grid would change incrementaly as the user types
so that (searing in 'name' column) if they type "B" the pointer would dind
the start of names beginnig with 'B', then type 'o', and the pointer moves
to the start of 'Bo' and so on.
Can some one point me in the right direction.
Thanks
Robert