How to add row in between two rows in datagridview in c# -
i have application include 'datagridview' use type contents directly. appears notepad.
right need solution want add row in between 2 added/typed rows. please me find solution.
you can use datagridview.rows.insert(int rowindex, datagridviewrow datagridviewrow)
can insert datarow @ particular/desired index.
more details @ msdn
Comments
Post a Comment