jQWidgets Forums

jQuery UI Widgets Forums Grid Grid with MVC

Tagged: ,

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Grid with MVC #17559

    naatha
    Member

    Hello,

    In my MVC project, i have Test controller and method
    public JsonResult GetList()
    {

    return Json(GetMyList(), JsonRequestBehavior.AllowGet);

    }

    when i add url: ‘Test/GetList’, to grid source, the grid gets all the data, but it showing hidden columns.
    And also, giving error when i add $(“#jqxgrid”).jqxGrid(‘autoresizecolumns’);

    What i am doing wrong?

    Thanks

    Grid with MVC #17562

    Peter Stoev
    Keymaster

    Hi naatha,

    1. For integration with MVC, see this help topic: asp.net-bind-jquery-grid-to-sql-database.htm.

    2. If you call a method while the Grid is still loading data, it will pop up a message that the data is still loading.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.