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!

0
Votes

When an autofit column is configured with a maxWidth of 50px, the grid auto-fits it to 100px on initial render. However, when the user resizes any other column in the grid, the
autofit 
column snaps back to its defined maximum width of 
50px, resulting in a sudden visual shift. This behavior causes a jumpy and inconsistent UI experience.

Replication steps:

  • Run the attached sample.https://blazorplayground.syncfusion.com/embed/VXBIZkWyJBLshwYr?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5
  • Observe that the
    autofit 
    column is rendered at not for maxwidth value .
  • Resize any other column in the grid.
  • Notice that the
    autofit 
    column snaps back to 50px, causing a noticeable UI jump.