How to add a new row into datagridview using grid only. i.e by showing textboxes and add button in W

Posted by Shantanu Gupta on Stack Overflow See other posts from Stack Overflow or by Shantanu Gupta
Published on 2010-04-27T11:26:15Z Indexed on 2010/04/28 4:33 UTC
Read the original article Hit count: 214

Filed under:
|
|

I want to add a new row to a datagridview such that when a user clicks on new button , a new is is generated with few textboxes and combo boxes and after filling up all the details he save the info by clicking on save button.

EDIT

I want to do it like it is seen in gridview(Template Fields) in asp.net I am looking for same kind of functionality.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms