InsertAt New Row in telerik:radgrid (Adjust the Data Table to add Grid Rows to arbitrary positions)

0 Answers 174 Views
Grid
anna
Top achievements
Rank 1
Bronze
Iron
anna asked on 01 Jan 2022, 05:52 PM

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

 

No answers yet. Maybe you can help?

Tags
Grid
Asked by
anna
Top achievements
Rank 1
Bronze
Iron
Share this question
or