jQWidgets Forums
jQuery UI Widgets › Forums › Grid › copy/paste in jqxGrid with comma separator
Tagged: copy paste in jqxgrid, jqxGrid ;
This topic contains 9 replies, has 2 voices, and was last updated by atomic 3 years, 4 months ago.
-
Author
-
hi guys,
I have jqxgrid with columns defined as
columntype: 'numberinput', cellsformat: 'd2'
,
copy paste function works fine until i have number bigger then 999, then grid renders commas as thousand separator. These cells cannot be copy/paste in the same grid, it will paste 0 instead. The same thing happens if I paste these values from xls.
If I go into edit mode of cell, commas disappear and these value can be pasted into new cell/cells, but if I would like to copy whole row, or multiple selection with number bigger than 999 then paste function does not work.
any ideas?
ThanksHi atomic,
We were able to reproduce the reported issue and created a work item about it. We will fix it for the new release.
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/Hi Peter,
I have just downloaded new release of JQX 12.2.0 (I detected the issue in 12.1.2), unfortunately the issue is not resolved as indicated in your reply.
Any new info?
thanksHi atomic,
Could you please clear your web browser’s history and try again ? We tested with http://jsfiddle.net/rg87L29q/1/ and were not able to reproduce it.
Steps:
1. Enter a value 99999 in a quantity column with numberinput
2. Press Enter
3. Press Ctrl + C
4. Go to another cell in the same column and press Ctrl + V
5. Output in the new cell $99,999.00Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/Hi Peter,
thanks for reply. Your steps with provided fiddle and for
cellsformat: 'c2'
is correct, but it still does not work forcellsformat: 'd2'
. You can test it on same fiddle.
ThanksHi atomic,
You are right. It does not work for ‘d2’. We will need an additional update.
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/Hi,
I think issue is still not resolved with jqwidets 13.0.0. Any updates on this one.
ThanksHi guys,
Could you please provide an update for the issue.
Is this one going to be resolved?Thanks
Hi atomic,
We are unable to reproduce the reported issue with the current version of jQWidgets.
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/hi Peter,
You are right in version 13.1 it is fixed.
Thanks -
AuthorPosts
You must be logged in to reply to this topic.