How to edit resource workload on the resource view directly instead of using lightbox

I want to edit resource allocation’s workload on the resource view panel directly instead of using light box to edit. Is there possible to edit?

Hello Suba,
There is no built-in way to do that, you need to implement a custom solution.

You can use the onEmptyClick event handler to detect that you clicked on the resource marker.
Here is the snippet that demonstrates how it works:
https://snippet.dhtmlx.com/191044f12

1 Like