I have created 4 datagridview columns in design mode, and I have bounded a datatable to datagridview's datasource, and its generates autocolumns (4 Columns)in gridview.
My doubt is If I create 4 datagrid columns in design mode, How can I place the values of bounded columns to default columns (created in design mode).
See the screenshot, first four columns are created in designmode, other 3 columns autogenerated, But here I dont know how can I correctly place the cells.

This is my first doubt, second is,
Is it possible to add a new row to the same datagridview (from 4 textbox values) ? if yes, How ?
I appreciate your help on this doubts