L
Lee Gillie
I have bound a datagrid to a table in a dataset.
Clicking a column to sort the presented grid rows works great. I have
managed the indexing issues fine.
I need to be able to preserve this sort order when necessary to refresh
my dataset programmatically (dataset is manually created), or between
program runs. This means I need to be able to both get and set the
current datagrid sort setting. I have browsed the objects in the
debugger, but can not find it.
Clicking a column to sort the presented grid rows works great. I have
managed the indexing issues fine.
I need to be able to preserve this sort order when necessary to refresh
my dataset programmatically (dataset is manually created), or between
program runs. This means I need to be able to both get and set the
current datagrid sort setting. I have browsed the objects in the
debugger, but can not find it.