This question is locked. New answers and comments are not allowed.
hi,
i have a millions of records and don't want to show them all at the grid for performance issue
i want the pager to work on demand, for example i need it to view 10 record at the radGridView along with correct count of pages
the problem is the pager at that case will show 1 page because the pager read from the same source.
i don't want to use DomainDataSource Because it conflicts with somethings in my Structure
what can i do and thanks a lot.
i have a millions of records and don't want to show them all at the grid for performance issue
i want the pager to work on demand, for example i need it to view 10 record at the radGridView along with correct count of pages
the problem is the pager at that case will show 1 page because the pager read from the same source.
i don't want to use DomainDataSource Because it conflicts with somethings in my Structure
what can i do and thanks a lot.