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 Support,


I have a DataGrid which I want to make responsive, both in terms of the number of rows shown as well as in terms of the columns visible.


For the first part (number of rows shown), I followed the procedure described in 

http://www.syncfusion.com/forums/154367/dynamically-calculating-the-number-of-rows-to-appear-depending-on-browser-windows-height?reply=NHD161 with success.


However, in my grid, one of the columns has its HideAtMedia attribute set.

Empty



It would be nice if, when screen is rotated, this column be shown or hidden according to current screen width.

Note that, according to the procedure suggested in the link above, when screen is rotated, method

ChangeGridPageSize is called by javascript and, inside this method, there is a

StateHasChanged() function call. And, even so, grid columns are not changed to reflect HideAtMedia settings.

Empty



Is it possible to refresh grid rendering, to reflect this setting, when StateHasChanged() is called?


Best regards,

Marco.