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.
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.
Ah yes, that fixed it! Thanks for the quick reply.
Maybe consider displaying an error message when this happens?