I want to be able to hide or acrhive rows base on a certain value.
For example I set 10 rows to have a value of true. In code how would I hide them or achive them.
Archive and Hide is really the same thing.
I also want to be able to undide also
Hi,
The easiest way to do this is to handle the InitializeRow event. You can examine any value in in cell of the row and then set the Hidden property on that row.
If something in your application changes and you need to refresh the hidden states, then you can call grid.Rows.Refresh(FireInitializeRow) to cause the event to re-fire for all of the rows.
I am struggling with hidding parts. I am basically not trying to hide parts by group. Review attachment below. I was able to hide rows and unhide rows.
Hello Keith,
I am still following this issue.
Have you been able to resolve it?
If you still have any other questions please feel free to let us know.
Thanks. I have completed this requirement 5 weeks ago. I willl still take a look. To learn something.
I am glad that you were able to solve your issue.
Please feel free to let us know if you need any further assistance.