<script type="text/javascript">
var showGrid = function() {
$("#Grid1").load('/friends/names/fried');
};
</script>
<div>
<%= Html.Trirand().JQGrid(Model.OrdersGrid, "JqGrid1")%>
</div>
<div>
</div>
I need to display the Grid1 here?
Can anyone tell me?
Where?, It seems that you simply need to assign the attribute id to the div: