Hi,
is it possible to get a datalist to move to a specific record on load?
I have this and I want to load the page and jump to a specific record (passed into the page) but still allow the user to page through the other records. Page size =1
<RadzenDataList WrapItems="true" AllowPaging="true" Data="@therapyList" TItem="Therapy" PageSize="1">
<Template Context="theTherapy">
<RadzenCard>
...
</RadzenCard>
</Template>
</RadzenDataList>
many thanks
Pete