10465 : Gantt_ASP scrolling postbacks

Question

I am using Gantt.NET 2.0 in my web appplication.

I have developed the code based on the sample web application in GTP .NET 2.0.

Each time when I click the Scroll Bar, that is in the top of the Gantt chart that helps me to move between the start and end dates of the chart, it goes to the server side. Can i restrict the scroll click to the client side so that it need not go to server each time the scroll (left or right scroll) image is clicked?

but i need to move between the start and end dates of the chart.

Answer

Currently we only support postback scrolling. It would be reasonable to allow for a small client side scroll and we will look into this for future releases but currently the post back is required.

Leave a Reply