Remove dependency from gantt

1 Answer 48 Views
Gantt
Mariam
Top achievements
Rank 1
Iron
Iron
Veteran
Mariam asked on 04 Feb 2022, 11:40 AM

Hi,

Can I customize remove dependency popup's message? Or it is a static message?

Thanks

1 Answer, 1 is accepted

Sort by
0
Hetali
Telerik team
answered on 04 Feb 2022, 09:38 PM

Hi Mariam,

Yes, you can customize the popup message when you remove a dependency. To change the title, use the messages.deleteDependencyWindowTitle property and to change the content, use the messages.deleteDependencyConfirmation property. For example:

$("#gantt").kendoGantt({
  messages: {
    deleteDependencyConfirmation: "Proceed with dependency deletion?",
    deleteDependencyWindowTitle: "Are you sure?"
  }
});

In this Dojo example, I have customized the title and the content of the dependency deletion confirmation popup in the Kendo UI Gantt.

I hope this helps. 

Regards,
Hetali
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Gantt
Asked by
Mariam
Top achievements
Rank 1
Iron
Iron
Veteran
Answers by
Hetali
Telerik team
Share this question
or