Studio for Silverlight

Copy plain text of a templated column from a C1FlexGrid

  •  neppoti said 12 months ago:

    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?

  •  C1_UpkarS71p said 11 months, 4 weeks ago:

    I believe you have to handle this manually. Try listening to the KeyDown events (ctrl + c) and adding the valid text there.

    Regards

    Answer
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.