Jump to content
Fórum Script Brasil
  • 0

JqueryGrid não carrega: Failed to load resource: the server responded


GAMBLER

Question

Boa noite,
Sou novato em MVC, ainda mais com Jquey e estou enfrentando o seguinte problema para rodar o JqueyGrid:
Onde: (corretamente mapeados "acho", pois verifiquei cada um)
<link href="~/Content/themes/base/jquery-ui.css" rel="stylesheet" />
<link href="~/Content/jquery.jqGrid/" rel="stylesheet" />
<script src="~/Scripts/jquery-1.3.2.min.js"></script>
<script src="~/Scripts/jquery-ui-1.10.0.js"></script>
<script src="~/Scripts/i18n/grid.locale-pt-br.js"></script>
<script src="~/Scripts/jquery.jqGrid.min.js"></script>
(Esta parte tenho 100% de certeza, então não vou detalhar pois nem chega a se carregado o JqGrid)
<asp:Content ID="indexContent" ContentPlaceHolderID="HeadContent" runat="server">
<script type="text/javascript">
jQuery(document).ready(function () {
jQuery("#list").jqGrid({
url: '/agconhs/GetGridData/',
datatype: 'json',
mtype: 'GET',
...
...
...
...
});
</script>
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
Detalhe do Frete
<table id="list" class="scroll" cellpadding="0" cellspacing="0" width="100%"></table>
<div id="pager" class="scroll" style="text-align: center;">
</div>
Notas Fiscais
<table id="OrderList" class="scroll" cellpadding="0" cellspacing="0"></table>
<div id="OrderPager" class="scroll" style="text-align: center;">
</div>
</asp:Content>
Como resultado somente as Divs aparecem no client. Ao inspecionar elemento (Chrome):
Failed to load resource: the server responded with a status of 403 (Forbidden):http://localhost:51431/Content/jquery.jqGrid/
Uncaught TypeError: $.isPlainObject is not a function: jquery-ui-1.10.0.js:460
Uncaught TypeError: $.isPlainObject is not a function:Index:65
Muito obrigado.
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...