| 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.
|
|