Datagrid2 style dose not work

0
Hi, When I add custom style on the latest datagrid2 widget, the style dose not work and the browser console can't see what I add on. It worked before in 9.12(with lower datagrid2 version).The class added on it worked fine but style does not.  Anything I missed or it is a known bug?  
asked
1 answers
0

Hi,

        Use browser developer tools (like Chrome DevTools) to inspect the widget and see if the custom styles are being applied to the correct element. Look for any new or changed classes in the latest DataGrid2 version.

           or 

Add class in stylesheets and check its working or not

answered