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
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