Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
465
Clear Selection not working
posted

Hello,

I have a grid with the following features:

- Paging
- Selection
- RowSelectors

On the first page I select all rows then I click on my "Clear Selection" button ($('#grid1').igGridSelection('clearSelection');).
Selection appears empty but when I go to page 2 then come back on page 1, all rows are selected.

Please find an example in attachement.

Thanks for your help,

Olivier

iggrid_selection.zip
Parents
No Data
Reply
  • 5513
    Suggested Answer
    Offline posted

    Hello Olivier,

    This issue has been resolved with the later versions. If you change your loader's scriptPath and cssPath to point to the latest service release like this:

        $.ig.loader({
            scriptPath: "http://cdn-na.infragistics.com/jquery/20121/latest/js/",
            cssPath: "http://cdn-na.infragistics.com/jquery/20121/latest/css/",
            resources: "igGrid.Filtering,igCombo,igGrid.*"
        });

    Clear Selection will then work as expected.

    Thank you for using the Infragistics forums!

    Best regards,

    Stamen Stoychev

Children