code_junkie

How to get visible row count of DataGridView after BindingSource.Filter

Nov 14th, 2011
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. bindingSource.Filter = "some filter query string";
  2.  
  3. dataGridViewCases.Rows.Count
  4.  
  5. bindingSource.Count
Add Comment
Please, Sign In to add comment