Hi,
When i choose any row of the radgrid then i getting error on the line.Right now i am using the Q2 2011. and i also true the
RadGrid1.ClientSettings.EnablePostBackOnRowClick = true;
protected void RadGrid1_SelectedIndexChanged(object sender, EventArgs e)
{
selectedReceiptIndex = Convert.ToInt32(RadGrid1.SelectedIndexes[0]); //Here i am gettin below error
}
error is ----
When i choose any row of the radgrid then i getting error on the line.Right now i am using the Q2 2011. and i also true the
RadGrid1.ClientSettings.EnablePostBackOnRowClick = true;
protected void RadGrid1_SelectedIndexChanged(object sender, EventArgs e)
{
selectedReceiptIndex = Convert.ToInt32(RadGrid1.SelectedIndexes[0]); //Here i am gettin below error
}
error is ----
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
please reply soon.