Hello,
I have a really strange problem.
I'm working with the Q1 2010.
I want to use the RadListView as a list of news. With a pagesize of 1 and the newest post first. So i put in my asp:EntityDataSource :OrderBy="it.Date DESC"
The thing is that the first item which appear, is the oldest one ! (So it's not working)
But, if i go to the page 2, then come back to the page 1 it's the newest one !
I mist something ?
Thank you