Self serving, asp.net 2, latest build of V2.
I know that if I have a gridview based on a llblgenprodatasource and want to be able to sort on a field on related field, I have to set the datasource control to client side sorting. However, I also need the paging control set on the datasource as there are thousands of records. This means obviously that only one page gets sorted. Is there a way around this?
Darren