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

get itemssource

3 Answers 55 Views
GridView
This is a migrated thread and some comments may be shown as answers.
andrea bellagamba
Top achievements
Rank 1
andrea bellagamba asked on 05 Oct 2009, 04:39 PM
Hi,

I have a Gridview with Filtering. I would like ot be able to retrieve the data source after it has been filtered.
 How do I do that?

3 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 06 Oct 2009, 05:18 AM
Hello andrea bellagamba,

The Items property of RadGridView should provide you with that information.

Regards,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
andrea bellagamba
Top achievements
Rank 1
answered on 06 Oct 2009, 08:14 AM
ok, I figured out I can also use the DomainDataSource to get the items.
And it works, I can get the items that are displayed by the grid, considering the filtering.

My problem is that I do a lazy loading of the grid pages, using RIA Serivces Domain Context, and when I get the grid items or datasource, I only retrieve the data that is contained in the current displayed page.

So basically I need to find a way to apply the Grid Filters to the entire DomainDataSource.

Can you give a solution for that?
Thanks
0
Vlad
Telerik team
answered on 06 Oct 2009, 08:40 AM
Hi andrea ,

You can check our DomainDataSource demo for more info:
http://demos.telerik.com/silverlight/#GridView/DomainDataSource

Kind regards,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
andrea bellagamba
Top achievements
Rank 1
Answers by
Milan
Telerik team
andrea bellagamba
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or