How to bind value in PageSizeOptions to a variable in Blazor c# code?

Hi, There's one property in RadzenGrid named PageSizeOptions which lets you select the PageSize from a dropdown.
I have a requirement where I need to use the value selected by user from that dropdown and display it.
It would be very helpful if you can provide info that how can I do that? Where does that value gets bind to??

You can probably use the LoadData event - it will trigger when the user changes the page size.

1 Like