المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Search a DataGrid



C# Programming
10-20-2009, 08:33 AM
Hi everybody,
I need to locate on a specific DataGridView row without filtering the grid.
I don't want to use DataGridView.CurrentCell Property Too. Because by using this, I have to check the grid from the first row to the end.
Can any body help me?
Thanks a lot.