I am new to Razen and I am not sure if this is the right place to report a bug but I will take a stab anyway.
I have noticed when I try to filter my Get query using DateTime or DateTime in string format, the resulting query always add addition zeros to the end of the final sql query which results in exception.
Please if you can have a look and let me know if I am doing anything wrong here
Any additional info how we can reproduce this error? Is this code generated by Radzen IDE or Radzen Blazor Studio? What's the application type, Blazor server or WebAssembly?
If you have Radzen Blazor Studio subscription you can send us your project at info@radzen.com. Use services like Google/One Drive if the ZIP is too big.
I figured it out. the issue was that the columns were in DateTime format instead of Datetime2
Once I changed the columns to Datetime2 the query started working
All good now