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

How to Copy contents of Cell

1 Answer 64 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rybovich IT Department
Top achievements
Rank 1
Rybovich IT Department asked on 10 Dec 2020, 03:11 PM

Good Day:

  I need to copy the contents out if a cell in a row.  I am able to highlight the text, but when I try to right click, I am unable.  Any thoughts on the settings I need to change to allow for this?

The setting for my grid are below.

  <telerik:RadGrid ID="RadGrid1" runat="server" AllowSorting="True" datasourceid="sqldsJobs" 
        AllowFilteringByColumn="True" Skin="Telerik" Height="350px" AutoGenerateColumns="False" AllowPaging="True" GridLines="None" > 

        <MasterTableView ClientDataKeyNames="ukid" AllowMultiColumnSorting="true" DataKeyNames="ukid" datasourceid="sqldsJobs" CommandItemDisplay="Top">

 

        <CommandItemSettings ExportToPdfText="Export to Pdf" ShowAddNewRecordButton="False"  ShowExportToExcelButton="True"></CommandItemSettings>

        <RowIndicatorColumn FilterControlAltText="Filter RowIndicator column"></RowIndicatorColumn>

        <ExpandCollapseColumn FilterControlAltText="Filter ExpandColumn column"></ExpandCollapseColumn>

        <Columns>   .....        </Columns>

        <EditFormSettings>
            <EditColumn FilterControlAltText="Filter EditCommandColumn column"></EditColumn>
         </EditFormSettings>

        </MasterTableView>
   <ClientSettings EnablePostBackOnRowClick="true">
            <Selecting AllowRowSelect="True" />
            <Scrolling AllowScroll="True" UseStaticHeaders="True" />
        </ClientSettings> 

        <FilterMenu EnableImageSprites="False"></FilterMenu>

        <HeaderContextMenu EnableImageSprites="True" CssClass="GridContextMenu GridContextMenu_Default"></HeaderContextMenu>
    </telerik:RadGrid>

 

 

Thanks,

 

Omar

1 Answer, 1 is accepted

Sort by
0
Rybovich IT Department
Top achievements
Rank 1
answered on 10 Dec 2020, 03:15 PM

Answer was here:

 

https://www.telerik.com/forums/copy-to-clipboard-within-grid

 

Omar

Tags
Grid
Asked by
Rybovich IT Department
Top achievements
Rank 1
Answers by
Rybovich IT Department
Top achievements
Rank 1
Share this question
or