how to display the grid in div tag..

Posted by kumar on Stack Overflow See other posts from Stack Overflow or by kumar
Published on 2010-04-27T16:02:24Z Indexed on 2010/04/27 18:33 UTC
Read the original article Hit count: 234

Filed under:
|
<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

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about ASP.NET