jQWidgets Forums
jQuery UI Widgets › Forums › TreeGrid › copy the text from treegid
Tagged: treegrid copy text
This topic contains 6 replies, has 2 voices, and was last updated by ArunKumar 10 years, 11 months ago.
-
Author
-
Hi,
I am using Treegrid in my application.I want to copy the text from the treegrid.I have given the selection mode as multiplerows.But it was copying the first row only.Please help me to achieve this.
Regards,
ArunKumar.Hi Arun Kumar,
Selet multiple rows and press Ctrl + C. The widget copies all the selected info.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Peter,
I have tried the same thing.But it not works.Please refer the below code,
$("#jqxTreeGrid").jqxTreeGrid( { width: '100%', source: dataAdapter, altrows: true, height: 450, pageable: true, editable: true, autorowheight: false, theme: SiteThemeName, enableBrowserSelection: true, selectionMode: "multiplerows", pagermode: 'advanced', pageSizeOptions: ['50', '100', '150', '200'], pageSize: 50, columns: [ { text: 'Name', datafield: 'Name', width: '35%', cellsalign: 'left' }, { text: 'Age', datafield: 'Age', width: '35%', cellsalign: 'left' } ] });
Hi Arun Kumar,
Please, provide the following:
1. Web Browser Name and Version.
2. jQWidgets Version.
3. jQuery Version.We will try it with your settings and if we find an issue in our code, we will create a work item for a future update of this widget.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Peter,
I am using firefox 27.0 , jQWidgets Version as 3.2.2 ,jQuery Version as 1.10.2.
Please check this.Regards,
ArunKumar.Hi ArunKumar,
Ok, you can try the current version which is 3.4.0. We cannot reproduce the reported behavior with it. Multi-row text can be copied in FF by pressing Ctrl+C.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Peter,
I have tried with the latest version too. It was copying only the first row if I do with ctrl+c.But if I am copied the rows by using mouse it will copy the selected texts. So the problem is only with keyboard copy please check this.
Regards,
Arunkumar. -
AuthorPosts
You must be logged in to reply to this topic.