One thing you could try is to create a TableStyle for the DataGrid, it is in the properties list. It pops up a collection editor for the tablestyle, and one of the properties for that is the ReadOnly property, which defaults to false. Change that to true and you shouldn't be able to make changes to the datagrid.