Hi
Jayakumar,
Thanks for the kind support. And thanks for the samples. They are always helpful.
Yes, drag-and-drop does work fine in the treeGrid.
And the treeGrid is very nice.
What treeGrid lacks are toolbar options that present icons that allow you to indent and outdent, as far as I understand.
If it had that, I would gladly use it, instead of the gantt control.
Currently, we have toolbar options such as these:
ejTreeGrid
toolbarSettings: {
showToolbar: true,
toolbarItems: [
ej.TreeGrid.ToolbarItems.Add,
ej.TreeGrid.ToolbarItems.Edit,
ej.TreeGrid.ToolbarItems.Delete,
ej.TreeGrid.ToolbarItems.Update,
ej.TreeGrid.ToolbarItems.Cancel,
ej.TreeGrid.ToolbarItems.ExpandAll,
ej.TreeGrid.ToolbarItems.CollapseAll,
ej.TreeGrid.ToolbarItems.PdfExport,
ej.TreeGrid.ToolbarItems.ExcelExport
],
},
What I would like to have is similar options for indent and outdent:
e.g.
ej.TreeGrid.ToolbarItems.Indent
ej.TreeGrid.ToolbarItems.Outdent
So, that is missing right now for ejTreeGrid, right? - Toolbar options for indent and outdent
Will that be available in the next version in Feb?
ejGantt's toolbar options include indent and outdent:
ejGantt
toolbarSettings: {
showToolbar: true,
toolbarItems: [
ej.Gantt.ToolbarItems.Add,
ej.Gantt.ToolbarItems.Edit,
ej.Gantt.ToolbarItems.Delete,
ej.Gantt.ToolbarItems.Update,
ej.Gantt.ToolbarItems.Cancel,
ej.Gantt.ToolbarItems.Outdent,
ej.Gantt.ToolbarItems.Indent,
ej.Gantt.ToolbarItems.ExpandAll,
ej.Gantt.ToolbarItems.CollapseAll
]
},
Thanks a lot in advance, Jayakumar!
Cheers,
Derrick