Hi,
I have a radgrid with the data loaded:
I have a radgrid with the data loaded:
OleDbDataReader reader = cmd.ExecuteReader();
radGridView1.DataSource = reader;
After editing a row, before the MasterTemplate_CellEndEdit fires (where I would manually update the changes in the table) I get the errormsg shown in the picture. Any clues?
Karl