Hide the eye icon of a data grid2

0
How can I use CSS to hide the eye icon of a data grid2? After setting CSS in Mystyle, all datagrid2 no longer have eye icons. However, I just want the datagid2 on a certain page to have no eye icon.
asked
3 answers
0

Hey Shengwen Cui,

You can go to property of DG2 and select Hide - No for all field or another solution is styling that you add move to separate css class and add it do DG2. Why all your DG2 have eye, you probably change source styling code of DG2

image.png

answered
0

hide.jpg

This button marked red. I'd like to hide it.

 

answered
0

Hi Shengwen Cui

 

To hide that button for only current page use display: none; in button style like this image.png

in your datagrid2 for that page and it hide the icon for that page.

 

I hope this will help you:)

answered