ThaDafinser

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • in reply to: Pagination for treegrid #100808
    ThaDafinser
    Participant

    I'm just facing another problem, which maybe comes out of my implementation?

    When i load a tree node which is closed and loaded: false, the ajax request don't get executed.

    I found out it's because of the first time i use datatype: 'local'

    And then manually change it to json…

    grid.jqGrid('setGridParam', { dataType: 'json' });

    grid.jqGrid()[0].addJSONData(data); //Apply the faked “local” data…

    It's fine with pagination (second page get's loaded with ajax), but it doesn't work with the tree ajax loading..?

    in reply to: CSS Expressions #98407
    ThaDafinser
    Participant

    I think IE6 support can get skipped.

    See countdown from microsoft:

    http://www.ie6countdown.com/

    If u use YSlow you see that there are 6 CSS Expressions.

    Grade C on Avoid CSS expressions

    There are a total of 6 expressions

    • /js/jqGrid/css/ui.jqgrid.css


    CSS expressions (supported in IE beginning with Version 5) are a powerful, and dangerous, way to dynamically set CSS properties. These expressions are evaluated frequently: when the page is rendered and resized, when the page is scrolled, and even when the user moves the mouse over the page. These frequent evaluations degrade the user experience.

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

Stay connected with us in your favorite flavor!