How to common the grid header styles (Dark & light), by repeating each column header for light & dark theme it'll increase the number of code, need to common all headers styles.
please give me a solution...
Thanks...
this has two grid column headers, but both headers styles are the same for dark & light themes, need to use these dark & light themes in a common way, need a solution for this...
Thanks
<telerikDataGrid:DataGridTextColumn.HeaderStyle> <AppThemeBinding> <AppThemeBinding.Light> <telerikDataGrid:DataGridColumnHeaderStyle BackgroundColor="#ffffff" BorderColor="#F0EFF3" BorderThickness="1"/> </AppThemeBinding.Light> <AppThemeBinding.Dark> <telerikDataGrid:DataGridColumnHeaderStyle BackgroundColor="#2a3137" BorderColor="#505d68" BorderThickness="1"/> </AppThemeBinding.Dark> </AppThemeBinding> </telerikDataGrid:DataGridTextColumn.HeaderStyle>