10113 : How to get to the cell values when I have a particular TimeItem?

Question

How do i get the cell values of the same GridNode when I have a particular TimeItem. Consider Cell0 has “1”, Cell1 has “2” and a TimeItem for this. When I  or click the time item i want these cell values. How do i get that. plz send me some sample coding.

Answer

You go like this TimeItem.GanttRow.GridNode.GetCell(x) to reach the grid row cells associated with a given time item

Leave a Reply