jQWidgets Forums

jQuery UI Widgets Forums Grid Copy Paste Issues in jqxGrid

This topic contains 6 replies, has 3 voices, and was last updated by  mwlee 6 years, 1 month ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • Copy Paste Issues in jqxGrid #104940

    mwlee
    Participant

    Hi,

    Cell copy is well used.
    But,
    Cell copy is not allowed for the following sample.
    ‘Country’ column cannot be copied.
    Sometimes copying works well.

    Sample

    Thanks.

    Copy Paste Issues in jqxGrid #104942

    mwlee
    Participant

    It will not work well after copying other values.

    Copy Paste Issues in jqxGrid #104957

    Todor
    Participant

    Hello mwlee,

    Please set the property enablebrowserselection to true. You can review the following example.

    Let us know if you need further assistance.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

    Copy Paste Issues in jqxGrid #105014

    mwlee
    Participant

    Hello Todor,
    Thank you for your answer.

    If you add the code below to the sample that you have given us, you will not be able to copy it.
    Test it by adding it.
    The ‘firstname’ column won’t copy.

    $(“#jqxgrid”).jqxGrid({
    theme: ‘energyblue’,
    width: 500,
    sortable: true,
    enablebrowserselection: true,
    selectionmode: ‘multiplecellsadvanced’,
    editmode: ‘click’,
    editable: true,

    source: dataAdapter,
    columns: [{
    text: ‘First Name’,
    datafield: ‘firstname’,
    width: 100,
    editable: false,

    Copy Paste Issues in jqxGrid #105016

    mwlee
    Participant

    For your information, I use a chrome browser.

    Copy Paste Issues in jqxGrid #105017

    Peter Stoev
    Keymaster

    Hi mwlee,

    While the cell is in edit mode, you cannot select. As far as I see, the editmode here is enabled when you click.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com

    Copy Paste Issues in jqxGrid #105019

    mwlee
    Participant

    Hello Peter Stoev,

    The option works well by doing the following:
    editmode: ‘selectedcell’

    editmode: ‘click’ not working?

    Regards,
    mwlee

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

You must be logged in to reply to this topic.