Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1100
WebChart Gantt user entered comments
posted

I have a Gannt chart with 2 items.

I need to allow the user to click a region on either of the items, and allow them to add a comment.

 

How do I determine on a click (server side) which item, and what time they clicked?

(I'll use this information to display the context of their selection that they are adding a comment to.)

 

I intend to store the comments in my application DB, and decorate each bar in the Gantt that has a comment with an outline...