Hi all
suppose we have a page in a site that displays some records from a database.
we need to display the records sorted by some column.
which approach gives better performance: to retreive the data sorted from the database or to apply sorting on the grid ?
thanks