jQuery UI Widgets Forums Grid Cache related issuce in grid

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Cache related issuce in grid #56710

    alpesh
    Participant

    I have created Grid And than add Multiple Selection (Checkbox)

    ` $(‘grid’).jqxGrid(
    {
    width: 450,
    pagesize: 5,
    source: dataAdapter,
    pageable: true,
    autorowheight: true,
    autoheight: true,
    height:200,
    editable:false,
    columnsresize: true,
    selectionmode: ‘checkbox’,
    columns:cols
    });

    $(‘grid’).on(‘rowselect’, function (event) {
    var rowindexes = $(‘grid’).jqxGrid(‘getselectedrowindexes’);

    });`

    And get the row index incorrect calculate
    because old selection array append the rowIndexex variable,

    because cache problem
    I have apply clear ,destroy, but do not resolve the problem
    How can I handle Cache Problem in grid ?

    Cache related issuce in grid #56719

    Dimitar
    Participant

    Hello alpesh,

    Please refer to the forum topic select/deselect all in checkbox selection mode for more information on the matter.

    Best Regards,
    Dimitar

    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.