10376 : I would like to hide some of the rows in my gantt component. Is that possible?

Question

Hi!
I would like to hide some of the rows in my gantt component. Is that possible?

Answer

Yes in GTP.NET 2.0 you simple set GridNode.Visible=false. This is a great way to filter out data rows from view based on if they have time items in view or not.

Leave a Reply