This is a migrated thread and some comments may be shown as answers.

[Solved] How to select cell value to clipboard?

3 Answers 229 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 19 Mar 2013, 01:28 PM
Hi, 

I have following problem... In my RadGrid I have AllowMultiRowSelection="True" and 

<ClientSettings>
	<Selecting AllowRowSelect="true"  />
</ClientSettings>

I need that multirow selection for some operations provided for user ... But I also need that user could be able to select some value from displayed cell e.g. he wants to select certain product number and copy it to clipboard... When I set AllowMultiRowSelection="False" it works, that user on selected row can double click the product number and it is selected and he can copy it to clipboard... But when that attribute is set to true it doesn't work that way... 

Do you have any idea, how it can be done ?

Thanks,

Peter

3 Answers, 1 is accepted

Sort by
0
Accepted
Andrey
Telerik team
answered on 22 Mar 2013, 10:03 AM
Hi,

Yes, this behavior was introduced with a fix from the previous versions. We modified the behavior to only apply when the shift key is hold down. You could download the latest internal version and you should be able to achieve your goal.

Regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
xws-mika
Top achievements
Rank 1
answered on 26 Mar 2013, 12:20 PM
Hi Peter,
if you don't mind using checkboxes for selection, then this post may be helpful: http://www.telerik.com/community/forums/aspnet-ajax/grid/select-row-only-by-checkbox.aspx
0
Peter
Top achievements
Rank 1
answered on 26 Mar 2013, 12:33 PM
Thanks for the replies... I was trying to avoid checkboxes, so that's not the case... 

And I managed to select text inside the row bby holding Ctrl key...
Tags
Grid
Asked by
Peter
Top achievements
Rank 1
Answers by
Andrey
Telerik team
xws-mika
Top achievements
Rank 1
Peter
Top achievements
Rank 1
Share this question
or