RS
Rajarajeswari S
Syncfusion Team
September 24, 2007 01:35 PM UTC
Hi,
Thanks for using Syncfusion products,
In Virtual Grid The selected rows will come under a rangelist . Please refer the following code snippet which illustrates this,
private void button1_Click(object sender, EventArgs e)
{
GridRangeInfoList rangeList = this.gridControl1.Selections.GetSelectedRows(true, false);
MessageBox.Show(rangeList[0].Bottom.ToString());
}
Here, rangeList[0].Bottom denotes the row-index of the Bottom-Right corner of the cell range
Please let me know if this helps you,
Regards,
S.Rajarajeswari