Hi
Do you have any plans for including autoscroll-paging behavior in the WPF GridView ?
I am currently (re)investigating the possibilities of the WPF controls but this is something I definitely need.
We want:
- GridView connected to a DataServiceDataSource (working)
- GridView without Pager component (working)
- GridView loads only n items from datasource, based on Item RowHeight and GridView Height (not working)
- When vertical scrolling GridView loads n more items from datasource (not working)
Thanks
Do you have any plans for including autoscroll-paging behavior in the WPF GridView ?
I am currently (re)investigating the possibilities of the WPF controls but this is something I definitely need.
We want:
- GridView connected to a DataServiceDataSource (working)
- GridView without Pager component (working)
- GridView loads only n items from datasource, based on Item RowHeight and GridView Height (not working)
- When vertical scrolling GridView loads n more items from datasource (not working)
Thanks
5 Answers, 1 is accepted
0
Hello,
Vlad
the Telerik team
Are you looking for our virtual collection?
All the best,Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0

Krijn
Top achievements
Rank 1
answered on 17 Oct 2012, 06:42 AM
Yes
In combination with http://demos.telerik.com/silverlight/#DomainDataSource/FirstLook
but for WPF ! Not silverlight.
In combination with http://demos.telerik.com/silverlight/#DomainDataSource/FirstLook
but for WPF ! Not silverlight.
0
Hi,
Vlad
the Telerik team
You will need to check your local copy of our WPF demos - you may find exactly the same example.
Kind regards,Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0

Krijn
Top achievements
Rank 1
answered on 17 Oct 2012, 07:08 AM
Thanks
Not all local WPF demos are working because I don't have SQL Server Express but I will try to combine VirtualCollection with the DomainDataSource.
Not all local WPF demos are working because I don't have SQL Server Express but I will try to combine VirtualCollection with the DomainDataSource.
0
Hello,
Vlad
the Telerik team
There is no DomainDataSource for WPF since there are no WCF RIA Services. You can use WCF Data Services in WPF.
Regards,Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.