Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Syncfusion Blazor Grid issue: adaptive mode not working differently for desktop and mobile width

$
0
0

I tried to set up grid control to display differently for large and small screen resolutions.I use next configuration of SfGrid:

<SfGrid @ref="DataGrid" EnableAdaptiveUI="true" AdaptiveUIMode="AdaptiveMode.Mobile" RowRenderingMode="RowDirection.Vertical" Height="100%" Width="100%" DataSource="items">

I tried to set width for columns, but no result.

Expected behavior is changing row rendering mode from horisontal to vertical on some fixed width. Does somebody succeeded with it or have some thoughts?


Viewing all articles
Browse latest Browse all 4839

Trending Articles