Jelmer Posted April 20, 2006 Posted April 20, 2006 Hello Programmers, I try to add a rule to an datagridview manually. But i'll get an error. DGfactuurregels.Rows.Add(dataGridView3.Rows[1].Cells[3]); The error was: can't add row to databound datagrid. Is there something els for? Quote
Administrators PlausiblyDamp Posted April 20, 2006 Administrators Posted April 20, 2006 If the control is bound then you need to add the row to it's data source ratherthan the grid directly. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Jelmer Posted April 20, 2006 Author Posted April 20, 2006 i've got to mutch trouble with the datagrids.. Is there a good tutorial for that ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.