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

[Solved] How to extract a dataset?

1 Answer 150 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Christian
Top achievements
Rank 1
Christian asked on 17 Mar 2008, 11:17 PM
Hi, I have a custom component that uses a strongly-typed DataSet or DataTable, and I want to have access to the current filtered data that the Grid is showing.

I tried this code but seems not to be working. My grid fills with a LinqDataSource.

I
s there a way to do this?

Regards,
Christian

1 Answer, 1 is accepted

Sort by
0
alan
Top achievements
Rank 1
answered on 18 Mar 2008, 01:43 PM
Christian,

You can use ResolvedDataSourceView property of MasterTableView. NB, it is available only in ItemDataBound.
Tags
Grid
Asked by
Christian
Top achievements
Rank 1
Answers by
alan
Top achievements
Rank 1
Share this question
or