10158 : Scrollbar in Gantt_ASP

Question

we are using Your GTP in an ASP.NET application. It works fine, but there is one problem: not all the time and grid items are shown in the visible area…and there are no vertical scroll bars!!! How can I enable vertical scrolling? Thank You for Your quick answer 🙂

Answer

The Gantt_ASP produces pure html, to show a scrollbar you can add the Gantt_ASP to inline frame and use the frames scrollbar. Another solution is to page the data on several pages. The 2.0 version (available in early May) has paging built in, in the 1.3 version you can set the Gantt.Grid.GridStructure.TopNode to control where the Gantt_ASP begins its drawing.

 

Leave a Reply