Hello.
Does telerik:RadGrid have this InsertAt ?
// Adjust the Data Table to add Grid Rows to arbitrary positions. int insertRowIdx; DataTable dt = (grvItemPrice.GridControl.DataSource as DataTable); DataRow dtRow = dt.NewRow(); dt.Rows.InsertAt(dtRow, insertRowIdx); dt.AcceptChanges();
====================
I want to add GridView-B Rows to the row below 8 o'clock in GridView-A.
How should I program the algorithm for the GridView?
there are InsertAt of telerik:Radgrid ?
attached file : radgrid.png