Is it possible to have columns in the grid view of the Gantt control that are hidden? I have tried setting column widths to 0 which the control seems to ignore ... I see no API call to do it, so does that mean if I want to do that I have to go in and hide the column myself during the onDataBinding or onDataBound events?
The reason I ask is that I want two types of columns:
1) The first is a column in the first index position with unbound checkboxes so I can "select" multiple tasks at once.
2) The second is a set of columns that only become visible if the user presses a button elsewhere on the page.