Dear Telerik,
We are using Kendo JQuery with Blazor.Net and it is working fine. We can set the datasource from C# and can pass the selected row from JQuery to C# and so on.
But we have one big problem. All Gridbuttons like Refresh, Next Page,... are going to the root URL with '#' . In my case http://localhost:51996/# instead of
going to the page the grid is active on 'http://localhost:51996/fetchdata' . This is probably caused by the router in Blazor.NET.
Is there a way to solve this ? Is there a way to set the URL the button-clicks are going to ?
Regards,
Gert