Hi, I need to use search capabilities inside Datagridview. a user types a Code Number(Column1) into datagridview column cell which should display the relevant data in the same row.
plz help me.
cheers
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Hi,
Try to use RowFilter property of the datagridview or you can use a private method to traverse through the datasource or dataset and display the required rows.
If it helped you,plz mark it as answer.
Regards,
Sailu
Sailaja YPosted Mar 18, 2010, 5:50 AM
Try to use RowFilter property of the datagridview or you can use a private method to traverse through the datasource or dataset and display the required rows.
If it helped you,plz mark it as answer.
Regards,
Sailu