This is a migrated thread and some comments may be shown as answers.

[Solved] Partial view to Telerik grid read-only

0 Answers 9 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alan
Top achievements
Rank 1
Alan asked on 19 Aug 2011, 10:06 AM
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.
Tags
Grid
Asked by
Alan
Top achievements
Rank 1
Share this question
or