DataGrid2 Show&hide button

0
After upgrading the application from version 9.24 to 10.24, it was found that the show/hide button of DataGrid2 became extremely large(Big eye).Please refer to the screenshot for details. Has any expert encountered this issue before? Could you share your solutions.
asked
3 answers
0

Hi Yong Bi

This usually happens when we migrate studio pro version. The recommended approches are

1.Update Atlas Core,Data widgets and Atlas Web Content from marketplace.

2.Clean the deployment folder and clear cache in browser

3. Check Custom CSS for SVG/Icon Overrides, check the custom UI applied on that icon


example:.

widget-datagrid .column-selector-button svg,

.widget-datagrid .column-selector-button .btn-icon {

width: 16px !important;

height: 16px !important;

}

I hope this helps

answered
0

Hi Yong Bi,


The DataGrid2 show/hide (eye) icon becomes oversized due to a styling regression. Update to the latest 10.24 patch or add custom CSS to resize the icon.

answered
0

Siemens UI Resources Bug

V 2.2.4

Fixes:

- Data grid 2 fixes (eye size issue and background color in the header);

- Accessibility fixes (color contrast and footer navigation);

- Date picker fixes.

answered