How do i prevent/trap the ctrl+c (paste) in a read only cell.
Thanks,
1 Answer, 1 is accepted
0
Svett
Telerik team
answered on 19 Jul 2012, 01:05 PM
Hi Emilio,
We know about this issue. It has already been addressed for the upcoming service pack. Meantime, you can create a custom grid behavior that handles this case:
public class MyGridBehavior : BaseGridBehavior
{
public override bool ProcessKey(KeyEventArgs keys)