Featuire request for LLBLGenDataSource

Posts   
 
    
jovball
User
Posts: 443
Joined: 23-Jan-2005
# Posted on: 11-Jan-2007 19:35:17   

Frans:

I have a feature request for the LLBLGenDataSource control. I'd like to be able to specify the sort order declaratively. My concept is that you would have a SortParameters collection similar to the SelectParameters collection. I'd settle for a simple column and direction list.


<SortParameters>    
        <llblGen:SortParameter ColumnName="SurName" Direction="ASC" />
        <llblGen:SortParameter ColumnName="GivenName" Direction="ASC" />
        <llblGen:SortParameter ColumnName="Birthdate" Direction="DESC" />
 </SortParameters>

I know you are limited by MS in terms of capabilities and documentation but I'm hoping this sort wink of thing could be done. It would be another step in reducing the amount of .NET coding.

Joel Reinford Data Management Solutions LLC

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39908
Joined: 17-Aug-2003
# Posted on: 11-Jan-2007 20:46:58   

I have to check out how to get the HTML tags emitted into the HTML and how to have asp.net convert them back into real data, but other than that, it's a nice feature. I'm not sure if it will make v2.1 though, as these set of features are finalized and we're busy with this set now so adding new features to that list will only delay the release, but I'll add it to the todo list simple_smile

Frans Bouma | Lead developer LLBLGen Pro
jovball
User
Posts: 443
Joined: 23-Jan-2005
# Posted on: 11-Jan-2007 21:22:05   

I didn't know anything about 2.1. Is there a feature list yet? (heart rate increases in anticipation)

Joel Reinford Data Management Solutions LLC

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39908
Joined: 17-Aug-2003
# Posted on: 11-Jan-2007 23:59:54   

Not publicly yet simple_smile v2.1 is planned to go beta at the end of q1 2007 .

Frans Bouma | Lead developer LLBLGen Pro
Wally
User
Posts: 285
Joined: 29-Aug-2007
# Posted on: 09-Jan-2008 14:41:27   

Hello,

Just to let know about another user that would appreciate that feature ! simple_smile

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39908
Joined: 17-Aug-2003
# Posted on: 09-Jan-2008 16:37:46   

Noted simple_smile

Frans Bouma | Lead developer LLBLGen Pro