Hi
I'm using EntityDataSource with Devexpress ASPXGridView and when I was watching SQL profile I realized that 'ASPxGridView' gets all rows from database then take what it needs, even if I checked 'Show pager' and put page size to X.
On the other hand Microsoft GridView control gets only 'TOP X' rows from database .. not all the rows.
My question is:
Is there a way to make 'ASPXGridView' to act like 'GridView' or it's just the way 'ASPXGridView' do it and I can't do anything with it ?
Thanx