Hi everybody.
I populate a grid with 24 items with page size of 10. Grid looks fine, but I cannot switch between pages. Buttons indicate press but don't do anything.
The grid properties:
<RadzenDataGrid Style="margin-top: 20px;"
Data="@etfCorellStats"
TItem="EtfIndexCorrelElement"
Density="@Density"
ColumnWidth="300px"
PageSize="10"
AllowFiltering="true"
AllowColumnResize="true"
AllowAlternatingRows="true"
AllowSorting="true"
AllowPaging="true"
ShowPagingSummary="true"
PagerHorizontalAlign="HorizontalAlign.Left"
FilterMode="FilterMode.Advanced"
LogicalFilterOperator="LogicalFilterOperator.Or">