using jqGrid 3.4 and trying to get it to show the edit icon but it's not happening. using asp.net and MVC.
have a DropDownList, which triggers a call to the backend and returns data. That all is working good, the data displays in the grid fine and the paging works fine, just no edit/delete icons so i can continue with that functionality. been looking at it for hours, went back and reread the 3.4 documentation and don't see where i'm going wrong. any help would be appreciated.
Masterpage:
<
link rel=”Stylesheet” media=”screen” type=”text/css” href=”../../Content/themes/coffee/grid.css” />
<link rel=”Stylesheet” href=”../../Content/generic.css” />
<title><asp:ContentPlaceHolder ID=”TitleContent” runat=”server” />title>
<script src=”<%= Url.Content("~/Scripts/jgrid/jquery.js") %>“ type=”text/javascript”>script>
<script src=”<%= Url.Content("~/Scripts/jgrid/jquery.jqGrid.js") %>“
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top