Hide buttons

0
hello i have a data grid. When i click in (Procurar) the filters are open, and i need hide the buttons (Criar,Editar,Historico,Eliminar) who i can do this?   With best regards
asked
4 answers
0

This is not possible out of box. Probably see if you can come up with a solution using javascript yourself.

answered
0

What is the value in doing this? The buttons are for actions that you can take on a selected row item, and the filters help you narrow down the rows that you see. Why would you only allow the user to filter but not to perform any action on the filtered results?

answered
0

HI

 

You can pass non persistable object to your page that contains bool variable, example of the name  could be ActionButtonsHidden. By default it should be false. 

 

When you click Procurar change ActionButtonsHidden to true. 

Then set proper condition for your button’s visibility :

Regards,

Anahit 

answered
-1

have tried with “conditional visibility” option of that buttons?

answered