This question is locked. New answers and comments are not allowed.
Hi,
I'm making a call to a Telerik grid (Html.Telerik().Grid) inside another page as follows:
<div>
@Html.Partial("~/Views/Cars/PartialViews/BMWGrid.cshtml", @Model.Cars)
</div>
I want to make the grid that comes back read-only i.e kind of greyed out and if the user click in it then nothing happens.
Can anyone help me do this please?
Thanks,
Alan.
I'm making a call to a Telerik grid (Html.Telerik().Grid) inside another page as follows:
<div>
@Html.Partial("~/Views/Cars/PartialViews/BMWGrid.cshtml", @Model.Cars)
</div>
I want to make the grid that comes back read-only i.e kind of greyed out and if the user click in it then nothing happens.
Can anyone help me do this please?
Thanks,
Alan.