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!

1
Vote

Hi,

I really like the ability to freeze columns to the right on the grid.  However, I have been having a lot of problems getting it to work reliably.  At various times, I have had troubles with the following:

  • if columns are set to autofit and there is a Right-Aligned frozen column, the internal columns will be sized at 2-3 PX (see attached video).  I have found it very difficult to manually expand the columns using the column resizing feature.
  • If I try to toggle the left / right aligned setting, sometimes the column headings will disappear  
     (see attached video)

  • On some occasions, if I had a Checkbox column frozen to left, none of the internal columns would be rendered at all (I struggled to repeat this behaviour consistently, but it has occurred for me on multiple occasions.)
The only way that I have found to get around this problem has been to explicitly set the width of the columns.  However this is problematic for me as I am autogenerating a lot of my grids and have got to effectively implement my own AutoFit routine to calculate the width that I want to set the column at.

I hope that you can have a look at this as it is a very good feature,  but it has consumed a lot of my time to try and get something working reliably.  Also note that I mistakenly created this as a Feature Request, but I believe it should be evaluated as a bug.