add new issue       

Issue ID:  326     OrderBy should return a LinqBindingList that works with Bound Grids      
Created by aarone on 2009-02-01 5:02 PM, 1600 days ago
Project:  CSLA .NET
Category:  bug
Priority:  [no priority]
Status:  closed
Feature area:LINQ to CSLA
Version:3.6.x
  Entering "issue#999" in comment creates link to id 999

show inline images      show change history

comment 1018 posted by aarone on 2009-02-01 5:02 PM, 1600 days ago 
Currently, OrderBy returns a list of items in order via the IEnumerable interface, but not the IList interface.  Doing it through IList will make it so when grids bind, it will work correctly.