This is a migrated thread and some comments may be shown as answers.

VirtualItemCount

1 Answer 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andrea
Top achievements
Rank 1
Andrea asked on 22 Jul 2011, 02:31 PM
I have a WCF services that expose a function List<MyDataDTO> FindPagedData(pageIndex, pageCount).

If I want to use Virtual scolling and page, I need to expose a function Int32 GetTotalItemCount()?

Which is the better strategy/solutions?

And about Filtering feature, how can I work using VirtualItemCount?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Genti
Telerik team
answered on 22 Jul 2011, 03:28 PM
Hi Andrea,

Regarding virtual scrolling with client side binding you can take a look at the following demo:
Virtual Scrolling

Then you can extended it to support filtering, by looking at this example:
Client Side Programmatic Binding
which shows how to get the filter expressions and other client side functionality.


Best wishes,
Genti
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Grid
Asked by
Andrea
Top achievements
Rank 1
Answers by
Genti
Telerik team
Share this question
or