robinvanderknaap / MvcJqGrid

Fluent jqGrid Html Helper for ASP.NET MVC
www.playground.webpirates.nl/mvcjqgrid
GNU Lesser General Public License v3.0
101 stars 74 forks source link

cannot load data with https #17

Closed shamcs closed 11 years ago

shamcs commented 11 years ago

Hye, i have an issue.. with development environment. The code to view jgGrid work. but after publish it and i enable https on the IIS setting..the data is not loaded.

How to fix this..Thanks..

i have found the solution...Sorry guys..Just to remind me my self.. Dont Hard code "Coding" ..lol

use this : .SetUrl(@Url.Action("GridDataBasic", "JSon"))

instead of .SetUrl("/Json/GridDataBasic")

daanl commented 11 years ago

This doesn't have anything to do with the helper.