Hi, i have a TelerikGrid who manage paging and read data using the OnRead property.
On top of my grid i have a button to open/hide the inline grid filter (binding a property with the FilterMode grid property).
Now the problem is: when i open o close the filter (changing the FilterMode property) the OnRead method is invoked.
I don't want to do a server request to read data if not necessary, and simply open or close the filter does not affect the data loaded in the current page of the grid.
how to avoid this?
This is a sample code to reply the issue:
https://blazorrepl.telerik.com/cfOnmPFz42OsM8ki11
Thanks