jQWidgets Forums

jQuery UI Widgets Forums Grid Drap and drop

This topic contains 2 replies, has 2 voices, and was last updated by  kuberasamrat 12 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Drap and drop #17513

    kuberasamrat
    Participant

    Hi Peter,

    Problem Statement:
    In my web page wherever jqxGrid is present. I cannot select/copy the text outside the grid.

    /*Disable browser selection*/
    .jqx-disableselect
    {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -ms-user-select:none;
    -webkit-touch-callout:none;
    }

    This CSS is creating the problem. This css class is getting added to the body of the website.
    I have commented this css and checked. Now I am able select/copy the text. But I got two problems now.

    1) I cannot resize the columns.
    2) Whenever I am doing reorder of columns unnecessarily the text in the grid gets highlighted.

    Drap and drop #17522

    Peter Stoev
    Keymaster

    Hi kuberasamrat,

    The CSS classes in jqx.base.css are added on purpose and should not be removed from there. Otherwise, you can break the widget’s layout and/or behavior.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Drap and drop #17530

    kuberasamrat
    Participant

    Peter,

    Can you be more precise on what needs to be done.

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

You must be logged in to reply to this topic.