Replicating datagrid column header click?

  • Thread starter Thread starter VM
  • Start date Start date
V

VM

How can I replicate the process of clicking on a column header in order to
sort by that column? I tried getting the grid datasource, converting it to a
view, sorting, and then attaching it to the grid, but it's not the same
thing. And the process that modifies the underlying table of the grid is
MUCH faster when the user clicks on a certain column header.

Thanks.
 
Back
Top