Hi,
I have an issue with the LimitedResultRequestDto.MaxMaxResultCount. More exactly, I have a radzen data grid in which I try to show 1138 records and for that I had to change the LimitedResultRequestDto.MaxMaxResultCount to a higher value. I decided to go with 10000, being that many more records could be added and I wanted to make sure we won't have an issue no more. It works fine but when I try to go on other routes, like for example I would like to go and add users, I get this error:
I have tried to use and implement a dispose method to put it back to 1000, which it does, but the application breaks after. Please give me a hand in how to change said issue with LimitedResultRequestDto.MaxMaxResultCount and LimitedResultRequestDto.DefaultMaxResultCount