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!

12
Votes

Implement Bootstrap Grid like layout component.

>>>>>>>>>>>>>

Default structure of the grid layout:

<div class="row>

     <div class="col-*-*"></div>

     <div class="col-*-*"></div>

</div>
>>>>>>>>>>>

Need to add *[options] based on the devices like small, medium, large.

Also, consider the following features while implement it.

  1. Container Max width
  2. Window Resize
  3. Columns
  4. Column ordering 
  5. Nested Table