how to add Rows programmatically to the DataGridView's rows collection when the control is data-bound?


here is my code but i got error as "Rows cannot be programmatically added to the DataGridView's rows collection when the control is data-bound? "


dtagrdScaleoffinance.Rows.Add(New Object() {Me.txtAccountNumber.Text, Me.txtAccountnumberScaleOfFinance.Text, Me.cmbxCropCode.SelectedIndex, (Me.mskdeffectivedate.Text)