Sorting with GridView and LLBLGenProDataSource

Posts   
 
    
Meteor
User
Posts: 67
Joined: 06-Apr-2007
# Posted on: 31-Aug-2007 03:43:57   

I'm using v2.0.0.0 with Asp.Net 2.0, SelfServicing.

I have used a **GridView **with a LLBLGenProDataSource, and set paging and selection to enabled on the GridView. I want to be able to sort, but although I've set EnablePaging to true on the DataSource, I don't get any links on the gridview columns - no sorting.

Can you tell me what I'm doing wrong? Thanks.

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 31-Aug-2007 07:53:48   

You have to allow sorting in the GridView.
AllowSorting="True"