Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8041455
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T04:13:34+00:00 2026-06-05T04:13:34+00:00

I am using the following Action in my controller and I’m,trying to display the

  • 0

I am using the following Action in my controller and I’m,trying to display the number of rooms in a jq.grid;

  public JsonResult Incercare() 
    {
        DBContext.Current.Open();
        var data = new
    {
        Title="Total",
        Rezervari = Reservation.SelectByReservationDate(5).FirstOrDefault().NumarRezervari   
    };
        var result = new JsonResult(){Data = data,JsonRequestBehavior =JsonRequestBehavior.AllowGet};
        return result;
     }

Here is my view:

    @model LicentaTest.Models.Reservation

    @{
    ViewBag.Title = "Incercare";
    }

    <script type="text/javascript">
    $(function () {
    var requestUrl = '@Url.Action("Incercare","Grafice")';

    $("#cartResults").jqGrid({

        url: requestUrl,
        datatype:'json',
        mtype: 'GET',
        emptyrecords: "No results",
        colNames: ['Title','Rezervari'],
        colModel: [
                        { name: "Title", width: 350, editable: false, searchoptions: {}, index: "Title" },
                        { name: "Rezervari", width: 100, editable: false, searchoptions: {}, index: "Rezervari"}
                        ],
        pager: $('#cartPager'),
        rowList: [],        // disable page size dropdown
        pgbuttons: false,     // disable page control like next, back button
        viewrecords: false,    // disable current view record text like 'View 1-10 of 100' 
        sortname: 'id',
        sortorder: 'asc',
        loadonce: false,
        sortable: true,
        scrollrows: true,
        height: 300,
        pgtext: null,
        hoverrows: false,
        footerrow: true,
        userDataOnFooter: true,
        emptyDataText: "Your Cart is Empty"
        
         });
        });
       </script>
       <div class="styler">
       <fieldset class="ui-widget">
       <legend class="ui-state-legend-default ui-corner-top ui-corner-bottom">Review Your Cart  </legend>
       <div id="update-message-disp" class="ui-state-highlight ui-corner-all" style="margin-top: 20px; padding: 0 .7em;width: 500px">
        <p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;">     </span><strong>Cart modified</strong><br />
        </p>
        </div>
        <br />
        <table id="cartResults">
        </table>
        <div id="cartPager">
        </div>
         </fieldset>
        </div>

But instead of getting something like this:
enter image description here

I get this:

enter image description here

What am I doing wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T04:13:37+00:00Added an answer on June 5, 2026 at 4:13 am

    It’s because of the fact that in your controller you return a JsonResult that renders json object to the view.
    Instead you should return ViewResult or PartialViewResult and make sure you pass to it the object as an argument.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to pass two values to the following controller action using jQuery
Using RABL in Rails 3.2.x, given the following controller action: respond_to :html, :json def
I'm using following code to get the controller/action information from RouteData RouteData route =
I'm trying to test/spec the following action method public virtual ActionResult ChangePassword(ChangePasswordModel model) {
I want to mock the following in my action controller using RhinoMocks Session[myId] =
Suppose you have the following controller action [HttpPost] public ActionResult Save( CustomerModel model )
Inside my controller's action I have the following code: public ActionResult GridAction(string id) {
I have the following action/controller on MVC3: [HttpPost] public ActionResult AX_AddItemResponse(ItemResponsesVM response) { return
Using following controller: class mydvbController extends Zend_Controller_Action { public function indexAction() { } public
Hi there I have the following action in my controller [AcceptVerbs(HttpVerbs.Post)] public ActionResult Index()

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.