Sorting Grid Column in MultiColumnComboBox 6.3.0.30

Hi,
Is there a C# code snippet for sorting a grid in the multicolumncombobox in 6.3.0.30 when the column header is clicked?

Thank you.


2 Replies

MT Min T August 14, 2011 11:46 PM UTC

Anyone?



IM Iniyen M A Syncfusion Team August 18, 2011 03:43 AM UTC

Hi Min,

Thanks for your interest in Syncfusion products.

Currently we do not have support to perform the sorting action when its column Header is clicked in the MultiColumnComboBox. But you can sort the respective columns by using the following code snippet.

[Code Snippet]
DataView view = new DataView(dt);
view.Sort = "FirstName";

Please have a look on the following sample which holds the above code snippet.

[Sample]
http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=MulticolCBSamp-372957374.zip

Please let us know if you need further assistance.

We ae glad to help you out.

Regards,
Iniyen M.A.



Loader.
Up arrow icon