jQWidgets Forums

jQuery UI Widgets Forums TreeGrid copy the text from treegid

This topic contains 6 replies, has 2 voices, and was last updated by  ArunKumar 10 years, 11 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • copy the text from treegid #56675

    ArunKumar
    Participant

    Hi,

    I am using Treegrid in my application.I want to copy the text from the treegrid.I have given the selection mode as multiplerows.But it was copying the first row only.Please help me to achieve this.

    Regards,
    ArunKumar.

    copy the text from treegid #56677

    Peter Stoev
    Keymaster

    Hi Arun Kumar,

    Selet multiple rows and press Ctrl + C. The widget copies all the selected info.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    copy the text from treegid #56679

    ArunKumar
    Participant

    Hi Peter,

    I have tried the same thing.But it not works.Please refer the below code,

    $("#jqxTreeGrid").jqxTreeGrid(
                                {
                                    width: '100%',
                                    source: dataAdapter,
                                    altrows: true,
                                    height: 450,
                                    pageable: true,
                                    editable: true,
                                    autorowheight: false,
                                    theme: SiteThemeName,
                                    enableBrowserSelection: true,
                                    selectionMode: "multiplerows",
                                    pagermode: 'advanced',
                                    pageSizeOptions: ['50', '100', '150', '200'],
                                    pageSize: 50,
                                    columns:
                                    [
                                    { text: 'Name', datafield: 'Name', width: '35%', cellsalign: 'left' },
                                    { text: 'Age', datafield: 'Age', width: '35%', cellsalign: 'left' }
                                    ]
                                }); 
    copy the text from treegid #56680

    Peter Stoev
    Keymaster

    Hi Arun Kumar,

    Please, provide the following:

    1. Web Browser Name and Version.
    2. jQWidgets Version.
    3. jQuery Version.

    We will try it with your settings and if we find an issue in our code, we will create a work item for a future update of this widget.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    copy the text from treegid #56681

    ArunKumar
    Participant

    Hi Peter,

    I am using firefox 27.0 , jQWidgets Version as 3.2.2 ,jQuery Version as 1.10.2.
    Please check this.

    Regards,
    ArunKumar.

    copy the text from treegid #56685

    Peter Stoev
    Keymaster

    Hi ArunKumar,

    Ok, you can try the current version which is 3.4.0. We cannot reproduce the reported behavior with it. Multi-row text can be copied in FF by pressing Ctrl+C.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    copy the text from treegid #56701

    ArunKumar
    Participant

    Hi Peter,

    I have tried with the latest version too. It was copying only the first row if I do with ctrl+c.But if I am copied the rows by using mouse it will copy the selected texts. So the problem is only with keyboard copy please check this.

    Regards,
    Arunkumar.

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.