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

Extract value from CellTemplate

3 Answers 70 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rama
Top achievements
Rank 1
Rama asked on 09 Aug 2010, 08:38 PM
Hi,
    I have a XAML as follows, how do i extract the value under a cellTemplate in ElementExporting event:

<telerikgrid:GridViewDataColumn >
<telerikgrid:GridViewDataColumn.CellTemplate>
<DataTemplate>
<TextBlock Text="{Binding MyBinding}" />
</DataTemplate>
</telerikgrid:GridViewDataColumn.CellTemplate>
 </telerikgrid:GridViewDataColumn>

Thnx.

3 Answers, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 10 Aug 2010, 08:02 AM
Hello Rama,

You can try the approach for the CellTemplate that is shown this demo using RowDetails:
http://demos.telerik.com/silverlight/#GridView/ExportingRowDetails

Kind regards,
Vanya Pavlova
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Rama
Top achievements
Rank 1
answered on 10 Aug 2010, 02:01 PM
Hi,
    I got your reply after a day and when I click on the link that you provided, it goes no where. I need urgent help.

Thanks.
0
Vlad
Telerik team
answered on 10 Aug 2010, 02:04 PM
Hi Rama,

Here is the correct link:

 http://demos.telerik.com/silverlight/#GridView/ExportingRowDetails

Sincerely yours,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Rama
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Rama
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or