Click here to Skip to main content
15,895,784 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i was trying to filter rows in datagridview by textboxes using textchanged event, i have succeded to filter using "Like" statement in sql but it's too slow i need to do the same thing without retrieving data from database in textchanged event
anyway to do that without databinding?
Posted

Bind your DataGridView with DataView instead of DataTable, and then update RowFilter[^] on TextChanged.
 
Share this answer
 
is there any answers for this quest?
Thank you
 
Share this answer
 
Comments
Maazatron 14-Dec-11 8:12am    
can u pls put ur solution snake1

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900