Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
510
Unable to copy lines selected with RowSelector
posted

Hello,

With the copy feature in XamGrid, I'm not able to copy the selection if I select the cells via the row selector: if I hit Ctrl-C, nothing is copied to clipboard.

Here is my xaml:

        <ig:XamGrid Loaded="XamGrid_Loaded" Name="grid">
            <ig:XamGrid.ClipboardSettings>
                <ig:ClipboardSettings AllowCopy="True" CopyOptions="ExcludeHeaders" CopyType="Default" />
            </ig:XamGrid.ClipboardSettings>
            <ig:XamGrid.SelectionSettings>
                <ig:SelectionSettings CellSelection="Multiple" RowSelection="Multiple" />
            </ig:XamGrid.SelectionSettings>
            <ig:XamGrid.RowSelectorSettings>
                <ig:RowSelectorSettings EnableRowNumbering="False" Visibility="Visible" />
            </ig:XamGrid.RowSelectorSettings>
        </ig:XamGrid>

 

Am I missing something?

I'm attaching a zip file with a sample project and a screenshot.

Regards,

TestXamGridCopy.zip