Hello ,
I create a grid data table which is for display the group information after add click button. The datagridview is not connected to database directly but binding to the list/collection/enumerator, When I try to delete the selected row from the datagridview, it shows me error "Rows cannot be programmatically removed unless the datagridview is data-bound to an IBindingList that support change notification and allows deletion."
Don't really understand this, please kindly give me some suggestions.
Best Regard,
A T K