I'm using 19.2.55 on angular, and 19.2.0.59 on .net core backend versions
My code works with string columns, but not with boolean and datetime columns.
On the controller I'm receiving DataManagerRequest
DataOperations operation = new DataOperations();
DataSource = operation.Execute(DataSource, dm);
And after calling
Execute this exceptions occurs: 'Argument types do not match'
Thanks