sort order of multicolumn combo

Hi, I have a 3 column combo box cell in a GridHierDataBoundGrid. What code can I use to set the sort order to desc on a certain column? Thanks, CB

1 Reply

AD Administrator Syncfusion Team January 29, 2004 09:44 PM UTC

If you have a dataTable1 as a the datasource for your combombox, you can sort it on a particular column, say "colB", by setting: dataTable1.DefaultView.Sort = "colB Desc";

Loader.
Up arrow icon