[CLOSED] Showing copy / paste information in a gridpanel

Page 3 of 3 FirstFirst 123
  1. #21
    Here are the additional changes to get the solution working with CheckboxSelectionModel.
    http://forums.ext.net/showthread.php?17521
  2. #22
    Hi all,

    The enableTextSelection property has been appeared in ExtJS 4.1.
    http://docs.sencha.com/ext-js/4-1/#!...eTextSelection

    Respectively, it is available in Ext.NET v2.

    Example
    <ext:GridPanel runat="server">
        <View>
            <ext:GridView runat="server" EnableTextSelection="true" />
        </View>
    </ext:GridPanel>
  3. #23
    Great, thanks for the update

    - Peter
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Replies: 0
    Last Post: Jul 09, 2012, 11:24 AM
  2. copy paste from ms word
    By [WP]joju in forum 1.x Help
    Replies: 0
    Last Post: Aug 20, 2010, 7:30 AM
  3. [CLOSED] Copy / Paste Like with GridPanel but not using Clipboard
    By ljcorreia in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 12, 2009, 8:12 AM

Tags for this Thread

Posting Permissions