Style apply at properties not reflect on UI

0
Hi everyone,   Recently my project have upgrade from 9.24.30 to 10.22.   I found out that style apply at properties in style section for Data Grid 2 not able reflect on UI after re-run.  Using browser dev tool for inspect the data grid 2 element also no showing the style apply.   But using class or dynamic class didn't have issues. Style applies reflect correctly when using class or dynamic class.   Currently found out only happen at data grid 2.   Is anyone encounter this issues or got solution for this.   Note. also have try to create new app on 10.22 also the same issues face.    Apply style at data grid 2 properties -> style section.   Inspect from dev tool the style didn't reflect after re-run. the highlighted part is data grid 2 that applied style but didn't show style attribute in the element.   Thank in advance.
asked
2 answers
0

Hi Jun Xiong Cheng,

Kindly verify the in styles section

image.png

or else 

Another approach would be to modify the CSS class of the data grid, in case it's a bug-related issue.

answered
0

Would a workaround be to create a class to set the z-index and then apply that instead of a hardcoded style?

 

It should get things working again as expected.

answered