Error awaiting GetFilteredRecords() on Grid object

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

2 Replies 1 reply marked as answer

RN Rahul Narayanasamy Syncfusion Team July 24, 2020 06:50 AM UTC

Hi Uwe,  

Greetings from Syncfusion.  

We have validated your query and we are able to reproduce the reported problem. We have already confirmed it is a bug and logged the defect report “Exception throws when calling GetFilteredRecords method”. Thank you for taking the time to report this issue and helping us improve our product. At Syncfusion, we are committed to fixing all validated defects (subject to technological feasibility and Product Development Life Cycle ) and including the defect fix in our upcoming  weekly patch release which is expected to be rolled out on or before end of July, 2020.    
   
You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.   
  

Until then we appreciate your patience.  

Regards,  
Rahul  



RN Rahul Narayanasamy Syncfusion Team August 4, 2020 09:15 AM UTC

Hi Uwe 
  
We are glad to announce that our Blazor Weekly patch release (v18.2.0.47) has been rolled out successfully and in this release we have included the fix for Exception when calling GetFilteredRecords method issue. So kindly update your NuGet to our latest version (18.2.0.47) to resolve the reported issue.  


 
 
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.  

Regards, 
Rahul 


Marked as answer
Loader.
Up arrow icon