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

overloads insert method


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -