Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

4
Votes

Provide support to scroll, by providing the row/column index in Gantt. The method should accept as its parameters, a row/column index and scroll to that position. The method should search for the row with the index corresponding to the index passed in the method, highlight it and scroll to that particular row. Refer to the syntax below:

ScrollVertical(int rowIndex);

ScrollHorizontal(int columnIndex);