Hi there,
I met a problem when I'm using the RadGrid control.
I need select a text from a cell via mouse selection and copy it to clipboard via press ctl + c. (A very common mouse selection)
However, after I clicked a cell, a entire row is selected, I am not able to select the text from the cell I clicked.
I tried to remove AllowRowSelection = "True", the problem sloved. But I have to keep it.
Does anyone meet the same problem?
Thanks.
I met a problem when I'm using the RadGrid control.
I need select a text from a cell via mouse selection and copy it to clipboard via press ctl + c. (A very common mouse selection)
However, after I clicked a cell, a entire row is selected, I am not able to select the text from the cell I clicked.
<ClientSettings AllowColumnsReorder="False" ReorderColumnsOnClient="False"> <!-- Cell Text can be selected by mouse and copy to clipboard after I remove this row. --> <Selecting AllowRowSelect="True" CellSelectionMode="SingleCell" /></ClientSettings>I tried to remove AllowRowSelection = "True", the problem sloved. But I have to keep it.
Does anyone meet the same problem?
Thanks.