EasyUI Forum
September 16, 2025, 08:48:23 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Combo grid is loading data in development but not after deployment  (Read 8966 times)
ksd
Newbie
*
Posts: 2


View Profile Email
« on: February 28, 2013, 01:52:08 AM »


I am using JQuery Easy UI combogrid in ASP.NET MVC 4. In VS 2010 development environment data loading and the auto completing is happening correctly. But not when the site is published in IIS 7. I can show an alert before calling $.ajax() in the easyui.min.js file before loading or auto completing data into the combogrid in VS 2010 development environment. But when same alert added easyui.min.js is deployed to the server, no alerts shown. No data loaded. No auto completion. Can any body help plz ??
Logged
ksd
Newbie
*
Posts: 2


View Profile Email
« Reply #1 on: February 28, 2013, 10:55:42 PM »

Hi all,

At last solved it my self. This is for when we using combogrid for ASP.NET MVC with Razor view engine.
Use the following format for giving path to the url attribute in the combogrid.

url: '@Url.Content("~/")' + 'Receipt/GetCustInfo',

This will solve the path identifying problems in any way we publish in IIS.

Thank you all for viewing. Hope this will help in a similar scenario.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!