Non editable cell

QuestionsNon editable cell
Misic Dragan asked 11 years ago

Hi all,
Is there any way to show calculated value to non editable cell of grid?
I enter some value to other cell, and I want to display value read from database. Non editable column is connected to other table from database, and it is non editable.
After the row is saved value in this column is showed, but I need to show it to user during editing.
Thank you

1 Answers
Abu Ghufran answered 10 years ago

Hello,

You can make any column as readonly, while editing.
It will show the content but will not be editable.

Set, $col["editrules"] = array("readonly"=>true);

You might need latest build to use this function. Contact via email at [email protected]

Your Answer

5 + 0 =

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?