Hello,
The Tasks have the ability to change their template as demonstrated here:
For small changes such as a color in a task, you can follow the suggestions in the first two points of the Improve Your Debugging Skills with Chrome DevTools blog post explaining how to inspect the generated HTML and check the applied styles for various elements.
Once you know the styles you need to override, you can use the same style selector and add "html body " in front of it to make it more specific, "stronger". More on CSS specificity you can find here:
For modifying the templates in the TreeList part, you can follow this feedback portal item:
Regards,
Peter Milchev
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/.
agreed, there is no way for me to spawn a different GUI when you double click on the task. When will a _TaskBound event be exposed?
That would be great if we could customize radGantt a bit more, since now most things regarding appearance and other stuff is static.