NJDave71@gmail.com

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • in reply to: Add support for bootstrap + dynamic resizing #102319
    NJDave71@gmail.com
    Participant

    Works great with Bootstrap 3. 

     

        // Set grid width to .jumbotron
        $(“#jqGrid01”).jqGrid(‘setGridWidth’, $(“.jumbotron”).width(), true);

       // when the browser size changes so does the grid
        $(window).resize(function () {
             $(“#jqGrid01”).jqGrid(‘setGridWidth’, $(“.jumbotron”).width(), true);
         });

    Good luck

    next step remove remap JQuery UI and Icons to use bootstrap and Font files.

    in reply to: bootstrap jqgrid #102316
    NJDave71@gmail.com
    Participant

    I have been using jqGrid but I am being asked to to move to MVC.   I would like to continue to use jqGrid under MVC 5 with Bootstrap.  But this is strongly tied to JqueryUI. 

    Are there any plans and making this plugin work with Bootstrap 3?

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

Stay connected with us in your favorite flavor!