1
0
-1

In a Multi Paged Form :

(1) In a readonly Page, how to hide this "box link":

(2) If  in case this "box link" cannot be erased, how to change or delete label "Add Entry" after click  :

 

Thank You ...

 

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      try css, disable column

      #session1 td.grid-action-cell {display: none;}

       

      1. Alfa Papa

        It's not working.. where should i put this script ? i've tried to put this #td.grid-action-edit {display: none;} in a Custom HTML before Form Grid but same result..

      2. Myint Htwe

        yes, use custom html, then write in style tag. session1 is your session id. <style> #session1 td.grid-action-cell {display: none;} </style>

      CommentAdd your comment...