Have a very weird issue, I have a basic web app set up using blazor and radzen that retrieves data from Mssql, and displays it.
Problem is with filtering and sorting.By simply putting the Allow Filter and allow sorting tags, the options pop up on the page, but they do not work. By not work I mean that I cant even interact with the options.
So I tried to do it another way by adding a simple filtering method:
Which is based off of blazors guides. And I cant even interact with the drop down menu for the 'And' box.
What could cause such a issue? I don't see anything in the logs about javascript or similar issues.
Any suggestions?