partially editable grid

Questionspartially editable grid
gianluca asked 3 years ago

Hi everyone,

I need to make editable only some rows of a grid.
Can I do that?
Thanks
2 Answers
C3media answered 3 years ago

Editable (true,false)

$col["editable"] = false;
Abu Ghufran Staff answered 3 years ago

It can be done by some JS code.

You can refer demos/editing/column-access demo code.

It makes rows uneditable if gender = male.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

10 + 10 =

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?