jQWidgets Forums
jQuery UI Widgets › Forums › Grid › How to copy data of particular cell in single select mode in Jqxgrid?
Tagged: Copy paste functionality, jquery grid, jqxgrid
This topic contains 6 replies, has 2 voices, and was last updated by abhishekkkk 9 years, 9 months ago.
-
Author
-
September 1, 2015 at 8:45 am How to copy data of particular cell in single select mode in Jqxgrid? #75338
Hi ,
I am using licenced 3.6 Version of Jqxgrid for my application.Here ,I need to have ‘singlerow’ select functionality(ie selection mode -singleselect) for data grid and also I need to copy the data from grid for a particular cell.But,the problem is that when I select a particular cell from grid and try to copy the data in clipboard ,the data of entire row get copied instead of selected cell only.I cannot use selection mode ‘singlecell’ or any other mode as we need to have single select functionality for our application.
So, can anyone please help me on this?
Thanks and Regards ,
AbhishekSeptember 1, 2015 at 8:51 am How to copy data of particular cell in single select mode in Jqxgrid? #75339Hi Abhishek,
Our jQuery Grid copies what’s selected by the user. In the selection mode which you use, it would be the entire row. If you want to copy only cells, you should use Cells Selection instead of Rows Selection.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comSeptember 1, 2015 at 9:06 am How to copy data of particular cell in single select mode in Jqxgrid? #75343Thanks for the reply Peter.
Actually ,I am only selecting a particular cell in jqxgrid even though the selection mode used is singleselect. But,even if I select a particular cell from grid and try to copy the data in clipboard ,the data of entire row get copied instead of that selected cell .
Also,as I already mentioned above that we need to have ‘singleselect’ selection mode only as we need to perform certain action on selected row.
So,isn’t here a way by which we can have both these functionalities together.September 1, 2015 at 9:40 am How to copy data of particular cell in single select mode in Jqxgrid? #75344Hi Abhishek,
There is no selection mode in our Grid called singleselect. If you use such, then please re-read the selectionmode property’s available options.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comSeptember 1, 2015 at 10:53 am How to copy data of particular cell in single select mode in Jqxgrid? #75345Hi Peter,
By ‘singleselect’ I meant ‘singlerow’ which also works similarily i.e. selects one row at a time and unselects the previous row on clicking second row.
September 1, 2015 at 11:10 am How to copy data of particular cell in single select mode in Jqxgrid? #75346Hi Abhishek,
And in this selection mode, you can copy only the Entire Row. There is no selected cell here, there is Selected Row in this selection mode.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comSeptember 1, 2015 at 11:13 am How to copy data of particular cell in single select mode in Jqxgrid? #75347Ok.
Thanks Anyways. -
AuthorPosts
You must be logged in to reply to this topic.