Hi,
I have top and bottom panels. Top panel wraps a RadGrid, bottom panel wraps a text box and a save button. If the height of a grid is larger than the container, I want to display grid with a focus on last row. I know how to do this in asp.net Gridview but couldnot find the currentcell property for RadGrid.
In ASP.NET GRIDVIEW, given below is the code to focus on last row;
dataGridView1.CurrentCell = dataGridView1.Rows[dataGridView1.Rows.Count - 1].Cells[0];
Can someone help me out on this?
Thanks!
Prava
I have top and bottom panels. Top panel wraps a RadGrid, bottom panel wraps a text box and a save button. If the height of a grid is larger than the container, I want to display grid with a focus on last row. I know how to do this in asp.net Gridview but couldnot find the currentcell property for RadGrid.
In ASP.NET GRIDVIEW, given below is the code to focus on last row;
dataGridView1.CurrentCell = dataGridView1.Rows[dataGridView1.Rows.Count - 1].Cells[0];
Can someone help me out on this?
Thanks!
Prava