I have an application that include a 'datagridview' that use to type the contents directly. It appears like a notepad.
Right now I need a solution that I want to add a row in between two already added/typed rows. Please help me to find the solution.
You can use the DataGridView.Rows.Insert(int rowIndex, DataGridViewRow dataGridViewRow)
which can insert a DataRow at particular/desired index.
More details at MSDN
Overloads for Insert Method
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With