Quote Originally Posted by nbrege View Post
Thanks, that works. I would think that sorting the datasource first would also work, but I haven't tried that. Is there any way to do that with the code you posted in #2?
An Order By clause in the LINQ query would do it. I'll provide updated code.