You must be logged in to reply to this topic.
I have a C1FlexGrid with several columns where one of them is bound to the entire object (Binding="{Binding}") and has a DataTemplate.
The other columns are bound to some specific property (Binding={Binding Path=Value}).
When I select a row e copy it to clipboard (ctrl+c), from the templated column, it copies the namespace of the bound object.
What I have to do to copy just the string that is shown in the grid?
I believe you have to handle this manually. Try listening to the KeyDown events (ctrl + c) and adding the valid text there.
Regards
You must be logged in to reply to this topic.
As a leading component vendor in the Microsoft Visual Studio Industry Partner program, ComponentOne has been providing the widest range of Microsoft Visual Studio components, IDE platform development tools, and applications for over 22 years. ComponentOne product lines encompass custom WinForms, ASP.NET, WPF, Silverlight, Mobile, and COM components, documentation tools, and Web Parts for Microsoft Office SharePoint Server and Windows SharePoint Services.
Contact ComponentOne: 1.800.858.2739 | Pittsburgh: 412.681.4343
©2013 ComponentOne LLC All Rights Reserved.
All product and company names herein may be trademarks of their respective owners.
ComponentOne holds a license under Patent No. 5,490,216 (which expires on September 21, 2013)
