Is Datagridview row filtered?
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a way to determine from the datagridview.rows property whether or not the row is filtered by its controlling dataview? row.displayed and row.visible don't seem to do it. Thanks
-
Is there a way to determine from the datagridview.rows property whether or not the row is filtered by its controlling dataview? row.displayed and row.visible don't seem to do it. Thanks
Are you saying that you are displaying rows from a bound source AND have added unbound rows to the DGV?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...