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

Get DataView presentation of RadGrid content

1 Answer 115 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joseph
Top achievements
Rank 1
Joseph asked on 09 Oct 2008, 01:07 PM
Helloz everyone,

I have a RadGrid with Filters enabled that is binded to a DataSource.

I am using the NeedDataSource event to hook up RadGrid's DataSource.

I want to get the DataView object of the RadGrid content ( filtered or not ) to pass it to another method for manipulation.

Any suggestions would be highly appreciated.

Thanks.





1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 14 Oct 2008, 07:27 AM
Hello Joseph,

Since you are using the NeedDataSource event handler, you can preserve whatever data is passed to the grid, and pass it to another controls later as well. I hope this approach is applicable in your case.

All the best,
Yavor
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Joseph
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or