Column Sorting on Single Click on Column Heading

Hi, I am using DataBoundGrid and the colums gets sorted on double clicking on the column heading. I want to make it happen with single mouse click. How can I make this happen? Please help, THanks, Bidin

1 Reply

AD Administrator Syncfusion Team January 30, 2004 08:41 PM UTC

Try setting the grid.SortBehavior property. this.grid.SortBehavior = GridSortBehavior.SingleClick;

Loader.
Up arrow icon