Page 1 of 1

How to disable edit when the field value is 'confirmed'

Posted: Fri Sep 13, 2013 1:48 pm
by Bishu

I have a table with the edit permission.
I want to disabled edit only when my field status=='confirmed'
eg.

if($this->status->CurrentValue=='confirmed') {
---- Edit shoule be disabled.
}

and where I have to write this code.


Re: How to disable edit when the field value is 'confirmed'

Posted: Fri Sep 13, 2013 3:17 pm
by mobhar

Use "Row_Rendered" server event.