Good day,Is there a way to use view page even if we do not tick the view page on table options??Thank you.
I don’t think so. The View page is generated based on its option from Table setup.
can we delete the view icon instead?
Did you mean to hide it from List Page? If so, yes you can. You may simply use ListOptions_Rendered server event to do that.
what specific code will i be using?thank you for all the help and sorry for the newbie question as i am new to this. i am still learning.
For example:$this->ListOptions[“view”]->Body = “”;Of course, you may add your own condition to hide that View button/link in that List Page.
thank you for diligently replying to queries.