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
315
RowSelectors select-all only selects first and inconsistent behavior
posted

I cannot get RowSelectors with checkboxes to work correctly.

When clicking on the checkbox in the header to select all rows only the first row is selected.

And clicking a specific row sometimes doesn't work and requires a second click, like the row has to be highlighted first.

I have attached a sample page so you can view the behavior yourself.

test.zip
Parents
No Data
Reply
  • 18204
    Verified Answer
    Offline posted

    Hello De Schutter'Neroc,

    Thank you for posting in our forums!

    Thank you for the sample!  While you do have a primaryKey defined, you also need a column defined for the primaryKey.  This column can be hidden but must be included in the columns collection, so you can use the following definition:

    { headerText: "id", key: "id", dataType: "string", hidden: true }

    If you need further assistance with this, please let me know.

Children