on form load I have set the property AllowUserToAddRows to false
DGV_PatientSessions.AllowUserToAddRows = false;
and at run time there is a button that when cliecked will change the property AllowUserToAddRows to true
DGV_PatientSessions.AllowUserToAddRows = true;
but nothing happened anyone can help ?