How do I go about sorting a column on a Dbl-Click instead of a single click in a datagrid?
I don't want to sort on a single click but on a double click.
I've got it working by re-querying the database if the user wants to sort ascending or descending, overwriting the dataset, creating another table style, and setting the dataset as the datagrid's datasource.
That seems like alot of work to go through. Is there some other way to use the datagrid's default sort method?
Thanx
I don't want to sort on a single click but on a double click.
I've got it working by re-querying the database if the user wants to sort ascending or descending, overwriting the dataset, creating another table style, and setting the dataset as the datagrid's datasource.
That seems like alot of work to go through. Is there some other way to use the datagrid's default sort method?
Thanx