Direct use of checkbox in data table
Direct use of checkbox in data table
cj1005
Posts: 144Questions: 46Answers: 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
This discussion has been closed.
Answers
You can use checkboxes without the Editor. See this example from this thread.
Kevin
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 Editoredit()
to update the server.Colin
Great!! Thank you both, I do need it to update the server so Colin example was spot on