It'd be nice to have templatecolumns in the column definitions. Also that bound columns bounds to different properties other than expected, ie: Title, ID, etc. So for example I could implement different behaviors based on a gantt diagram.
<telerik:GanttBoundColumn AllowEdit="true" UniqueName="colSelected" DataField="Selected" AllowSorting="false" DataType="Boolean">
</telerik:GanttBoundColumn>
This should render a checkbox for example, but DataType="Boolean" its probably thought for Summary field.
I know this control is still on beta, but at least task selection would be nice to have.
Also I would like this control to be more performance optimized , In the project I want to implement it I need to draw quite a few tasks.
Thanks