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!

2
Votes

Need to provide support to expand a record at particular level and its ancestors using public method expandAtLevel.


Show all level X tasks where X is a provided level in the TreeGrid. 

1. When X is provided, all of the tasks at the current X level and their ancestors (parents, grandparents, etc.) should be expanded and visible. For example, if I want to show all level 3 tasks, I should see all level 3, 2 and 1 tasks. If the ancestor tasks are collapsed prior to invoking this method, they should be automatically expanded.

2. When X is provided, all of the levels that are "lower" than X, should not be visible. For example, if I want to show all level 3 tasks, I should not see any level 4, 5, 6, etc. tasks. If a level 3 task is a summary task, it should display in a collapsed state.