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.
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.