Hi,
Currently ignite ui grid allow to copy the content when row selection not enabled. But when the row selection enabled it doesn't allow to copy the content from the grid.
Is any workaround there to fix it or any property there to enable the copy content?
Thanks,
Ponprabhu.C
Hello Ponprabhu,
Thank you for contacting Infragistics!
Can you clarify how you are copying when selection is disabled? The reason I ask is because browsers prevent access to the clipboard from JavaScript for security reasons. As such the grid doesn’t support copy and paste. Are you in edit mode when you are copying? Or are you highlighting the text with mouse? If either of those is the case that is a function of the computer’s clipboard and not the browser and not something the igGrid has any interaction with and what you are seeing is the expected behavior.
Looking forward to hearing from you,
Hi Mike,
Thanks for your reply,
Kindly go to the below url, row selection disabled grid is there and you can see it allow to copy content, it works in all browsers
http://www.igniteui.com/grid/json-binding
then go to the below url, row selection enabled grid, but this one not allow to copy
http://www.igniteui.com/grid/overview
Hope you got the issue,
Thank you for the update. The behavior you are seeing is the expected behavior. When you highlight the text of the cells in the grid by dragging the mouse and then copying that is not a function of the grid. And when selection is enabled the combination of the hover and selection styles prevent the highlight of individual characters to copy them.
Thanks for your response,
I understand that this is the common behavior of ignite ui grid, Is any option there to work it out. Allow the content to copy from grid when selection enabled?
After looking into copying the cells and doing some research, this has been determined to be a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at <http://ideas.infragistics.com>.
There are many benefits to submitting a product idea:
- Direct communication with our product management team regarding your product idea.- Notifications whenever new information regarding your idea becomes available.- Ability to vote on your favorite product ideas to let us know which ones are the most important to you. You will have ten votes for this and can change which ideas you are voting for at any time.- Allow you to shape the future of our products by requesting new controls and products altogether.- You and other developers can discuss existing product ideas with members of our Product Management team.
Steps to create your idea: 1. Log into the Infragistics Product Idea site at http://ideas.infragistics.com (creating a new login if needed).2. Navigate to the product / platform channel of your choice (e.g. WPF, Windows Forms, ASP.NET, HTML5 / Ignite UI, iOS / NucliOS, etc.)3. Add your product idea and be sure to be specific and provide as much detail as possible. • Explain the context in which a feature would be used, why it is needed, why it can’t be accomplished today, and who would benefit from it. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. Be convincing!• Include a link to this thread in your idea so product management will be able to look back at this case.
The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Thank you for contacting Infragistics.
I wonder if that feature was actually implemented in the following versions?
Cheers,
Milen
Hello,
Copy and Paste has not been implemented. The workaround is to enter mode and do the copy/paste as this way the grid/browser won’t be the part interacting with the clipboard.