Hi,
I have following problem... In my RadGrid I have AllowMultiRowSelection="True" and
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
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