Forum Replies Created
-
Author
-
May 3, 2019 at 8:07 am in reply to: Copy Paste Issues in jqxGrid Copy Paste Issues in jqxGrid #105019
Hello Peter Stoev,
The option works well by doing the following:
editmode: ‘selectedcell’editmode: ‘click’ not working?
Regards,
mwleeMay 3, 2019 at 1:49 am in reply to: Copy Paste Issues in jqxGrid Copy Paste Issues in jqxGrid #105016For your information, I use a chrome browser.
May 3, 2019 at 1:44 am in reply to: Copy Paste Issues in jqxGrid Copy Paste Issues in jqxGrid #105014Hello 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,April 29, 2019 at 8:57 am in reply to: Copy Paste Issues in jqxGrid Copy Paste Issues in jqxGrid #104942It will not work well after copying other values.
July 13, 2015 at 2:16 am in reply to: issue with checkbox in grid issue with checkbox in grid #73637I think, Scroll top area issue.
July 13, 2015 at 2:07 am in reply to: issue with checkbox in grid issue with checkbox in grid #73635Hi ivailo,
this is <Full Row Edit> demo
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/rowediting.htm?arctic
1 ~ 2 row, checkbox in grid is not check/uncheck well.
March 11, 2015 at 8:17 am in reply to: jqxGrid in jqxTabs cell select problem jqxGrid in jqxTabs cell select problem #68331Hi Dimitar,
We have found the problem.
The cause was a demo page source .
———————————————————-
demos/jqxgrid/tabs-and-grid.htm<body class='default'> <div id='jqxTabs'> <ul> <li style="margin-left: 30px;"> Grid 1 <li> Grid 2 </li> </ul> <div style="overflow: hidden;"> <div style="border:none;" id="jqxGrid"> </div> </div> <div style="overflow: hidden;"> <div style="border:none;" id="jqxGrid2"></div> </div> </div> </body>
——————————————————-
style=”border:none;” <—- problem cause
The results were great! We owe it to you.
Thanks Dimitar.March 11, 2015 at 1:15 am in reply to: jqxGrid in jqxTabs cell select problem jqxGrid in jqxTabs cell select problem #68302Thanks Dimitar.
We were upgraded to the latest version of jQWidgets (3.7.1).
The question is solved.
But We have a different problem.
In front of a cell is selected.
This problem occurs only jqxGrid in jqxTabs.
< test image >
action : http://me2.do/xbCYKQIu
result : http://me2.do/xPyeYw6O -
AuthorPosts