Hi, is it possible to set the Excel Like Filter in Gantt Chart columns. Only Menu Like Filter in the documentation
https://ej2.syncfusion.com/aspnetmvc/documentation/gantt/filtering/
Thank you
|
<script>
function load(args) {
var ganttObj = document.getElementById("Gantt").ej2_instances[0];
ganttObj.treeGrid.filterSettings.type = "Excel";
}
</script>
|
Thank you! Works Great!
Hi Monisha, the solution provided works perfectly. I have the following issue: if i add a button to refresh the data, after update shows an error.
The code for update is this one:
var ganttObj = document.getElementById("sfGantt").ej2_instances[0];
ganttObj.refresh();Shows the following error:
Thanks for your help
Regards
Hi Monisha, i'm attaching the project. If you filter any column, an error is display. I'm attaching the sequence:
Thank for your help.
Regards,
Hi Monisha, thank you very much for your support.
Regards.