bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

SimpleTaskEdit feature not working in SchedulerPro #10042

Closed taauntik closed 2 weeks ago

taauntik commented 2 weeks ago

Forum post

Try enabling the feature in this demo https://bryntum.com/products/schedulerpro/examples/resourcehistogram/ And try dbl clicking on the event and you'll see it's not working

ghulamghousdev commented 2 weeks ago

Just need to disable the taskEdit:

    features : {
        taskEdit       : false,
        simpleEventEdit : true
    },