Posted 9 September 2024, 8:29 am EST
Hello,
I’m using an old componentone C1Datagrid for WPF Version 3.0.20093.100.
Actually I’m using the C1.Themes as Layout for the Datagrid. As example:
<c1grid:C1DataGrid Theme=“{DynamicResource {c1grid:C1ThemeKey ThemeName=MediaPlayer, TypeInTargetAssembly={x:Type c1grid:C1DataGrid}}}”…
Now i want to use a customized Theme for the Datagrid. I added the CS_MediaPlayer.xaml to my Project (see picture) and also to the Application.xaml.
Hope these steps are correct and the last should be to bind the CS_MediaPlayer.xaml to the GridTheme. But how? <c1grid:C1DataGrid Theme=“{DynamicResource CS_mediaPlayer.xaml}” is not working.
Your help will be appriciated.
Many Thanks and Regard
Chris