This question is locked. New answers and comments are not allowed.
Hi,
I have two views for the gantt which is a project view and the other is task view. In project view I need to show project status. This column is not needed in the task view, so i need to hide this column. Please suggest a way to do it.
I have used ColumnDefinition to create a column
Regards,
Prolay
I have two views for the gantt which is a project view and the other is task view. In project view I need to show project status. This column is not needed in the task view, so i need to hide this column. Please suggest a way to do it.
I have used ColumnDefinition to create a column
<telerik:ColumnDefinition MemberBinding="{Binding Status}" Header="Status" ColumnWidth="100"> </telerik:ColumnDefinition> Regards,
Prolay