how to display the grid in div tag..
- by kumar
<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 dispaly the Grid1 here?
can anyone tell me?
thanks