G
Guest
Hello.
I have a dataset, with one table. The table contains a column for the sort
order. Is there a way in code, to force the dataset to resort once the order
column has been updated? The only way I've found is to do an update, then
refill the ds. This is extremely inefficient as the user migh want to move a
record from the bottom all the way to the top. I wouldn't think I would have
to make a round trip for every move....
thanks
I have a dataset, with one table. The table contains a column for the sort
order. Is there a way in code, to force the dataset to resort once the order
column has been updated? The only way I've found is to do an update, then
refill the ds. This is extremely inefficient as the user migh want to move a
record from the bottom all the way to the top. I wouldn't think I would have
to make a round trip for every move....
thanks