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 using GCC as to bind data directly.
I have one class which has one property of custom Data type. Say MyBooleanObj.
This internally has one string property to indicate the true false.
In table descriptor i am selecting AnyCell-->CellType=Checkbox and CellValueType=MyObjdll,AssemblyName.
At run time, it shows the whole object in it, rather than displaying checkbox. It displays MS.dll.MyBoolObj.
Please tell me how can i bind this Custom Datatype to that column?