JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Gantt › ColumnResize not work
Tagged: gantt
I want to be able to freely drag the column width of different columns, and I have set column Resize=true, but I still cannot dynamically change the column width
`<GanttChart id=”gantt” DataSource=”Records” View=”GanttChartView.Day” Tooltip=”tooltip” ColumnResize=”true” AutoScrollStep=”15″ Locale=”ch” DayFormat=”GanttDayFormat.Long” DisableTaskResize=”true” Inverted=”true” />
Hi Zhang,
See https://codepen.io/jqwidgets/pen/KKYXKox. Column resize is enabled and you can resize the task columns.
Regards, Markov
Smart UI team https://www.htmlelements.com/
thanks Markov,but i want to change columns size in right region(cells region),could you tell me how to do ?
These are not resizable. They are all with one size as they represent dates.