Sorting datagrid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AarthiVedhavalli
    New Member
    • Aug 2008
    • 5

    Sorting datagrid

    Hi,

    Can anyone suggest me the method to sort the columns in datagrid on a button click.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    You set it's AllowSorting attribute to "True", set it's OnSortCommand attribute to "aMethodWhereYo uTheSorting". Read a tutorial for further details.

    Comment

    Working...