The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
AKAlagumeena Kalaiselvan Syncfusion Team February 10, 2022 01:14 PM UTC
Hi Brandon ,
Yes , we can able to display the today date in current view using scrollToDate() method in dataBoundevent. In the shared work around we have set a project start date as December 25 2021, but the view starts from feburary, because we are passing today date in the scrollToDate() method. We have also display an eventmarker in todays date for highlight the todays date.
Thank you!! It works perfectly I have another question, is it possible to scroll vertically to a specific task?
For example I have 100 tasks in my Gantt component but i want to scroll to my task #60
MSMonisha Sivanthilingam Syncfusion Team February 11, 2022 08:44 AM UTC
Hi Brandon,
You are welcome.
Yes, it is possible to scroll vertically to a particular task by using the selectRow method. We have modified the sample we shared previously to scroll to a particular record at load time itself. The below code snippets demonstrate the solution.