Finding and Selecting a record in the dataGridVeiw

PLH

Well-known member
Joined
Dec 18, 2004
Messages
48
Location
Los Angeles, CA - USA
Programming Experience
Beginner
Finding and Selecting a record in the datagridview

Hello all,
I am almost finished with my app but there is this last search functionality that I like to add to it. The app has dataGridView with more then 30000 fields and a search textbox that will speed up for searching and selecting Cell/row. I checked many forums for this but found nothing about finding record in the dataGridView. Before search I have the primary key and all entire row from the dataset. Is there any advanced way to fined and select a record in the dataGrid? I can have the app to loop through the cells and select the record, but it doesn’t seem to me fast enough for 30000 or more field dataGridView. Thanks for any advice!
 
Last edited:
Back
Top