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

Paging in RadGridView for Silverlight2

12 Answers 267 Views
GridView
This is a migrated thread and some comments may be shown as answers.
veena
Top achievements
Rank 1
veena asked on 01 Apr 2009, 01:38 PM
Can anyone help in guiding how to implement paging in RadGridView control for silverlight2. Is there any direct way to do that or have to do some workaround.

Thanks in advance
VR

12 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 01 Apr 2009, 01:54 PM
Hello VR,

Please check this demo for more info:
http://demos.telerik.com/silverlight/default.aspx#GridView/Performance/ServerSide

Sincerely yours,
Vlad
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
veena
Top achievements
Rank 1
answered on 01 Apr 2009, 02:43 PM
This means that there is no direct paging index available in RadGridView for Siverlight2. We cannot have page numbers displayed below or above of the grid?

Thanks in advance
VR
0
Vlad
Telerik team
answered on 01 Apr 2009, 03:18 PM
Hi VR,

Currently the grid does not have build in pager - we will add this for Q2.

Kind regards,
Vlad
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
veena
Top achievements
Rank 1
answered on 01 Apr 2009, 03:52 PM
When the Q2 will be released?
0
Hristo
Telerik team
answered on 02 Apr 2009, 03:14 PM
Hi veena,

The Q2 2009 release is scheduled for the first half of July.

Best wishes,
Hristo
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
James
Top achievements
Rank 1
answered on 10 Jul 2009, 01:23 PM
Hi, paging is just what I need now. Is there an example anywhere that demonstrates it?
Thanks, James.
0
Vlad
Telerik team
answered on 10 Jul 2009, 01:34 PM
Hello James,

Since SL3 is out you will be able to use RadGridView with standard DataPager similar to this example:
http://blogs.telerik.com/vladimirenchev/posts/09-04-16/full_support_for_domaindatasource_with_radgridview_for_silverlight_3.aspx

All the best,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Yusuf
Top achievements
Rank 1
answered on 04 Aug 2009, 04:04 AM
Can you please share a sample code for the same?
0
Vlad
Telerik team
answered on 04 Aug 2009, 05:47 AM
Hello Yusuf,

The entire code is there :) - the grid is bound completely codeless to DomainDataSource.

Greetings,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
James
Top achievements
Rank 1
answered on 04 Aug 2009, 12:39 PM
Thanks Vlad. Just to be 100% clear, the way that we should be doing paging is through the DataPager control? (i.e. no paging display done by the Grid, as we should use this control?)

Thanks, James.
0
Vlad
Telerik team
answered on 04 Aug 2009, 12:49 PM
Hello James,

Indeed currently the grid does not have paging UI (we have plans however to include such) and you can use the standard MS DataPager control for this. Other option is to create your own paging logic (and UI) similar to our ADO.NET DataService example:

http://demos.telerik.com/silverlight/#GridView/Performance/ServerSide

All the best,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
James
Top achievements
Rank 1
answered on 04 Aug 2009, 12:54 PM
Thanks, that's what I thought. I'll probably code my own for the time being and maybe use the Grid's future functionality when it supports this (or until I figure out how to implement DataPagers with non-RIA datasets!).
Thanks, James.
Tags
GridView
Asked by
veena
Top achievements
Rank 1
Answers by
Vlad
Telerik team
veena
Top achievements
Rank 1
Hristo
Telerik team
James
Top achievements
Rank 1
Yusuf
Top achievements
Rank 1
Share this question
or