The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I am getting an exception while filtering in gridgroupingcontrol with following steps. I have applied dynamic filter to gridgroupingcontrol.
1. Identify column of grid whose data type is Int32. 1. In the filter of that column type 12* (or any non numeric value) 2. click on greater than option from options menu.
Grid throws exception "Object must be of type Int32".
I cant handle this event and exception also. Please let me know the solution for the same.