Thanks, but this isn't exactly what I'm looking for. Sorry, should have been more specific. What I want is something like a regular html control's "Readonly" or "Disabled" attribute, where the control is completely uneditable and indicates this visually (in most cases they're "greyed out").
In the case of the IgGrid, I would want the user to be unable to make any selections, sort, or use any of the other Grid functionality.
I should also mention that my grid is generated from the MVC Helper, just in case there are inconsistencies between this and the client-side generation.