Hi,
I have RadGridView and I want to copy one cell of selected row by using copy command. I try to do it by writing this code in the button:
Command="Copy" CommandTarget="{Binding ElementName=GV_Results, Path=SelectedItem.M001}"
but it didn't work, the button remains disabled.
Thanks a lot.