Looking to hire someone to help you implement Bryntum products? Or are you a consultant who want to offer your services? This is the forum for you.


Post by renangi100 »

Hi
https://bryntum.com/products/schedulerpro/examples-scheduler/tree-summary-custom/

Our requirement is we need to double click on the fields - and add hours to the staff/Employee
without popup , We are planning to use above chart as time entry for employee

I want to add hours when i click on the fields directly , i dont need event name, i have attached screen shots. is there any way to acheive and i want hide add event popup.

Thanks&Regards
Madhu R

Attachments
Screenshot_12-1.png
Screenshot_12-1.png (75.25 KiB) Viewed 8263 times
Screenshot_12.png
Screenshot_12.png (93.1 KiB) Viewed 8263 times

Post by marcio »

Hi Madhu R,

You can do this by handling a double‑click on the schedule cell and creating/updating the task record programmatically — and disabling the built‑in Task editor so no pop-up appears.

Example approach:

  • Disable the TaskEdit popup:
      features: {
        taskEdit : false
      }
    

(TaskEdit docs: https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/TaskEdit)

Best regards,
Márcio

How to ask for help? Please read our Support Policy


Post Reply