S
Stuart Ferguson
I am currently using a DataGrid to display a list of Top 20 Customer
Accounts that are sorted by a sales value. These results are retrived
from an ObjectDataSource
From this list I want to sort the results by for example Customer Name,
since I am only displaying the 1 page of data is it possible for this
sort to be performed without the grid control rebinding to the database,
or does the Grid need to rebind on every sort?
Any Help would be most appreciated.
Stuart
Accounts that are sorted by a sales value. These results are retrived
from an ObjectDataSource
From this list I want to sort the results by for example Customer Name,
since I am only displaying the 1 page of data is it possible for this
sort to be performed without the grid control rebinding to the database,
or does the Grid need to rebind on every sort?
Any Help would be most appreciated.
Stuart