hai how to keep our own popup instead of Resources popUp in gantt chart
1 Answer, 1 is accepted
0
Ivan Danchev
Telerik team
answered on 15 May 2018, 07:25 AM
Hello Raghu,
You can open your own custom popup by attaching a mousedown event handler to the "Assign" button in the default Gantt editor, then stopping the event's propagation and initializing your own custom popup. Here's a dojo example, which shows how this can be done. The relevant logic is in the Gantt's edit event handler:
function onEdit(e){
var element = $(".k-edit-form-container").find("div[data-container-for='resources']");