I have inherited a unique database that has been around forever and has numerous reports associated with it.
That being said, I have found that the RadzenGrid doesn't care for a database field named DateTime of type DateTime. When trying to sort the DateTime field I get the error: Error: '.' or '(' or string literal expected (at index 9).
In order to get around this, I've created a new column with a different name with the same values and it works but am curious as to whether there is another way of working with the existing field vs creating a new one.
As always, much appreciated!