Hi,
I have a copy menu with command = Copy and CommandTarget=MyRadGridView. Now when i click copy and paste it in excel, it pastes the name of the binding object for the columns where I'm using converter to concatenate two fields. For columns which have direct binding defined it copies the data.
Copy command:
It should have copied actual data for column 1 also as it did for column 2. Any suggestion?
I have a copy menu with command = Copy and CommandTarget=MyRadGridView. Now when i click copy and paste it in excel, it pastes the name of the binding object for the columns where I'm using converter to concatenate two fields. For columns which have direct binding defined it copies the data.
Copy command:
<MenuItem Header="Copy" InputGestureText="Ctrl+C" Command="ApplicationCommands.Copy" CommandTarget="{Binding ElementName=vpRadGridView}"/>
GridColumns
1.
<telerik:GridViewDataColumn
Header="Verification Path Pair"
UniqueName="VerificationPathPair"
DataMemberBinding="{Binding Path=., Converter={StaticResource VPPair}}"
/>
2.
<
telerik:GridViewDataColumn
Header="Verification Path ID"
UniqueName="VerificationPathID"
DataMemberBinding="{Binding Name, ValidatesOnExceptions=True, Mode=OneWay, ValidatesOnDataErrors=True}"
/>
Copy Results:
MySolution.OrmNhib.BusinessObjects.OnepValidochpath | VP1 |