Null values in custom comparer

I am using Grid Grouping Control - Windows Forms - 7.0 version.

I am using following code to add custom comparer.

SortColumnDescriptor desc = new SortColumnDescriptor();
desc.Comparer = new AComparer();
gridGroupingControl.TableDescriptor.SortedColumns.Add(desc);

Code does invoke custom comparer AComparer but both values for comparer is always null. When I add new rows, comparer is invoked as same number of row in spreadsheet but both values are always null.

Thank you for the help,
Bina Thakkar


2 Replies

BT Bina Thakkar February 4, 2010 04:44 PM UTC

Never mind. I found my problem. Thank you.


RK Ranjeet Kumar Syncfusion Team February 5, 2010 03:33 AM UTC

Hi Bina,

Thanks for your update.

Regards,
Ranjeet.

Loader.
Up arrow icon