AD
Administrator
Syncfusion Team
December 16, 2004 09:40 AM UTC
Before calling
this.m_PretestListingGrid.Model.CutPaste.Copy();
try doing this code to select the row.
int row = this.m_PretestListingGrid.CurrentCell.RowIndex;
this.m_PretestListingGrid.Selections.SelectRange(GridRangeInfo.Row(row), true);