jQWidgets Forums

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 4 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    jqx Posts
  • jqx #112710

    a1309632272
    Participant

    When using jqxGrid, in the case of pagination, the property is set to selectionMode: ‘checkbox’. When users click on the full selection function, the jqxGrid (‘ getSelectedrowindeses’) receives the index of the whole data. When traversing and fetching data according to the result index, only the data on the current page can be retrieved, and the data on the second page cannot be retrieved according to the index.It’s going to get an error.How do I make it so that when a user clicks On all, only the index of the current page is selected instead of the index of all pages.

    jqx #112711

    Hristo
    Participant

    Hello a1309632272,

    Could you clarify it?
    What do you want to achieve?
    If you want to get the selected rows the you could use the getselectedrowindexes method or the selectedrowindexes property.
    Or something like this scenario you want to achieve:
    https://jseditor.io/?key=grid-select-on-current-page
    It is created with plain JavaScript and it needs to be tried to be reproduced on Angular.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.