How to prevent user from creating links in Gantt? How to prevent the circles for link creating to be shown?
You can disable link creating by setting LinkCreateHandling="Disabled" (the default value is "Notify").
Works if set in code, does'n worl if only set in property editor in Visual Studio.
What kind of problem do you see when you set the value using the property editor?
1. It's not saved to in the <DayPilot:DayPilotGantt> tag? 2. It is set but the setting is ignored?