Well, that's a start. How are you setting the Visible property of the row to
false? Also, note that if a Row is shared, it will throw an exception when
you try to set the Visible property to false. You can unshare it by
accessing it through the DataGridViewRowCollection.Item method. Is it the
current Row?
--
HTH,
Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist
I recycle.
I send everything back to the planet it came from.
Well, what I was trying to do was apply a filter determined by a number of check
boxes at the top and just marking not visible those rows which did not apply by
looping thru each row. (foreach datagridviewrow)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.