Maybe I'm missing something but I'm not seeing an EditMode = @GridEditMode.None or maybe an Editable = False option.
How can I quickly set my data grid into a readonly mode?
I realize I can add the "disabled" attribute to the containing <div> element but that disables scrolling and paging through the data.