I have projects that span over one year. how can I see them?
Yes, this is possible. RadzenGantt has a Year view - use the Year tab in the toolbar or set ZoomLevel="GanttZoomLevel.Year". You can also click the "Zoom to fit" toolbar button which automatically picks the best view so all tasks are visible.
To see a whole year without horizontal scrolling, reduce the day width, e.g. DayWidthPx="4" (default is 80).
Thanks, that helps. I was trying to display a project spanning more than a year, so the Year view and ZoomLevel="GanttZoomLevel.Year" should solve the main issue. The Zoom to fit option also sounds useful when different projects have different durations. Reducing DayWidthPx should make it much easier to get the full year visible without excessive horizontal scrolling.
thank you. it works fine.