editable rows depend a checkbox

Questionseditable rows depend a checkbox
mithradit asked 7 years ago

Hi everyone,

I have a checkbox on my row, and I want if the checkbox is marked, you can't edit the row (like a finish state) How can it's possible?

I got the developer edition.

Thanks

1 Answers
Abu Ghufran answered 7 years ago

The checkbox marked must have a value in database (1/0) so you can use that value to make row readonly.
Refer demos/editing/column-access.php

Line 125, 155, 181 uses readonly condition if gender==male.

Your Answer

19 + 12 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?