Custom type conversion

I am binding a GridGroupingControl to an IList of my own objects. How do I set my own custom type conversion (ie property type to string and back again) for cells in a particular column?

1 Reply

AD Administrator Syncfusion Team September 20, 2005 12:31 PM UTC

Hi Eadred, GridGroupingControl will assign the CellValueType depending upon the Public Properties Type of the custom objects. Say if you have "id" (int) and "name" (string) as public properties of the object, then it will have cellvaluetype as int and string for the columns. Are you looking for something different? Can you provide more details? Best regards, Jay N

Loader.
Up arrow icon