tags:

views:

89

answers:

1

Hi all, I would like to order contents in a column when user clicks column header on the Syncfusion GridList control. Does anyone have any idea on how I might achieve this using C#?

A: 

I don't have them installed right now but it should be something like this:

GridControl.TableDescriptor.AllowSort = true;

This should make the columns sortable, thus when clicking on the column header it will order them.

Daryl