Custom Type Binding Problem

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?

1 Reply

ST stanleyj Syncfusion Team December 13, 2005 12:17 PM UTC

Hi James, Here is a sample with a custom collection showing a check box. See if this helps. Best regards, Stanley

Loader.
Up arrow icon