Hi everybody,
implementing the changes for 18.2.44 I found that it is not possible anymore to await GetFilteredRecords()
var filterdata = await GridUntObj.GetFilteredRecords();
Throws the following error:
"Unable to cast object of type 'System.Collections.Generic.List`1[fmsinfo.Dal.Models.GridUnt]' to type 'Syncfusion.Blazor.Data.DataResult'."
I used GetFilterdRecords() to count the filterrows of my grid. Thanks to the TotalItemCount property this is not necessary anymore.
But the GetfilteredRecords() error should be fixed nevertheless.
regards
Uwe