We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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