How do I stop editing in the grid.
Hello,
Have you tried the following:
xamDataGrid1.FieldSettings.AllowEdit = false;
That's great, I have got it, problem solved, Thanks buddy.