Dear Support,
I use the following code to copy selected row details.
Instead of copying the whole row, I want to programmatically copy just one column of that row.
Can you please give us a sample code?
************existing code**********
if (args.Item.Id == "copy")
{
this.Grid.Copy(false);
}