I am using Microsoft.AspNetCore.Components.QuickGrid version 8.0.10 for .NET 8 as a Blazor component within a Radzen application.
To save the filter properties, I store them in a custom model, convert it to JSON, and save it in local storage.
After a page reload or when navigating back to the page, I load the JSON/model from local storage. This works fine.
However, I am having trouble retrieving the sort properties from the QuickGrid component. I tried using a reference to the QuickGrid, but I still cannot access the sort properties.Could you please help? Thank you!