Direct use of checkbox in data table

Direct use of checkbox in data table

cj1005cj1005 Posts: 142Questions: 45Answers: 1

Hi,

Is it possible to allow checkboxes to be edited directly on the data table?

They currently work using the editor form, but ideally, I'd like the checkboxes to be editable without going into the editor form.

Cheers, Chris

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 20,302Questions: 26Answers: 4,769

    You can use checkboxes without the Editor. See this example from this thread.

    Kevin

  • colincolin Posts: 15,144Questions: 1Answers: 2,586
    Answer ✓

    Kevin's example is good in that it will allow the box to be editable, but it won't update that value on the server.

    This example does that - the change event triggers an Editor edit() to update the server.

    Colin

  • cj1005cj1005 Posts: 142Questions: 45Answers: 1

    Great!! Thank you both, I do need it to update the server so Colin example was spot on :smile:

This discussion has been closed.