tarunkapoor
Member
- Joined
- Apr 10, 2005
- Messages
- 17
- Programming Experience
- 3-5
Does any know how to add rows to a Data bound DataGridView.
1. the .rows.add method doesnt work because its for unbound datagridviews
Currently i am calling the addnew() method of the BindingSource connected to the DataGridView but this solution gets me into much more trouble.
Any other way out ?
1. the .rows.add method doesnt work because its for unbound datagridviews
Currently i am calling the addnew() method of the BindingSource connected to the DataGridView but this solution gets me into much more trouble.
Any other way out ?