10369 : Capability to accept user events on the interface, like moving or creating task bars or editing parameters in web gantt.

Question

We’re developing a project management system, full-web, using a knowledge-based development platform, that can generate the programming code in C# or Java (among others). I mean, our system will be multi-platform… And we can integrate external components is this platform.

So, we’re looking for Gantt chart solutions, web enabled, to integrate to our software. One important aspect is the capability to accept user events on the interface, like moving or creating task bars or editing parameters.

How your solutions can met these problems?

Thansk in advance.

Answer

First: Our windows forms Gantt handles all thinkable user interaction events and then some.

About the Gantt_ASP for web deployment: Currently the Gantt_ASP is much restricted in drag and drop operations and other user interactions, we catch clicks to single time items or Gantt rows. These events can be used to bring up dialogs with information that the user can change with text boxes (developer work needed).

We do handle everything presentation wise, like zooming, scrolling, time item collision etc, but the web being such as it is we are restricted in user interactions.

The possibility to include a client side control is always there but that would require downloads and also probably restrict the supported browser.

Leave a Reply