Author Topic: Difference Between Demo and Pro  (Read 3916 times)

Sodam

  • Newbie
  • *
  • Posts: 5
    • View Profile
Difference Between Demo and Pro
« on: February 06, 2018, 05:35:21 am »
Why can not drag in demo ver.?

I used css
.pq-native-select{user-select: text; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text;}
but It does not work...

function initDetail ( ui ){
   console.log("initDetail", ui);
    var rowData = ui.rowData;
    /*html = $("#tmpl").html()*/
    html = "<div class=\"pq-native-select\" style=\"width:auto; white-space:pre-wrap;word-break:break-all; white-space:-moz-pre-wrap; word-wrap:break-word;\">";
    html += "<p>";
    html += rowData.sdContent;
    html += "</p>";
    html += "</div>";
    $detail = $("<div></div>");
    $detail.html(html);
   
    return $detail;
};

Tell me what to do.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Difference Between Demo and Pro
« Reply #1 on: February 06, 2018, 11:15:08 am »
Can you please mention which part of grid are you not able to drag.

Sodam

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Difference Between Demo and Pro
« Reply #2 on: February 06, 2018, 11:26:45 am »
 Thank you for your reply.
https://paramquery.com/demos/detail    <--here

and Please check the image.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Difference Between Demo and Pro
« Reply #3 on: February 09, 2018, 11:23:51 pm »
It works fine now in v2.4.1.

Following classes are added to the selectable region: pq-native-select pq-no-capture

Sodam

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Difference Between Demo and Pro
« Reply #4 on: February 12, 2018, 09:57:45 am »
thank you for your reply! Drag works normally.

And I have additional questions.
ctrl c/v(copy) after dragging is not available. Ctrl c copies only [object object].
However, copying is done after right mouse click.

Let me know why ctrl c is not working.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Difference Between Demo and Pro
« Reply #5 on: February 22, 2018, 08:02:34 pm »