Hi all, I want to set the backgound color for the header of the data grid 1 In the style sheet file (scss), I have written as below. In the class property of data grid ,1 I have written datagrid-1 .datagrid-1 { .mx-grid .mx-datagrid .mx-grid-content .mx-name-head-row { .th { background-color: #d7d7d770 ; font-size: large !important; } } } But is not reflecting on the screen. Kindly provide the direction. Regards Sudhir
asked
Sudhir T
1 answers
1
First try to do the changes using view inspect of the required page and once able to achieve that, do the same changes in right class then it will reflect in UI.