Hi,
We have a RadGridView that can use any of the supplied Rad Theme's using your mvvm example.
This works fine except for the case where we have had to use a non-standard header. For example:
<telerikGridView:GridViewDataColumn Width="60" >
<telerikGridView:GridViewDataColumn.Header>
<CheckBox>
<CheckBox.Content>
<TextBlock TextWrapping="Wrap" Text="Example Text" />
</CheckBox.Content>
</CheckBox>
</telerikGridView:GridViewDataColumn.Header>
</telerikGridView:GridViewDataColumn>
We needed a checkbox that wraps it's text in the header.
How do we make the TextBlock use the same theme (Foreground) that the radgridview standard headers are currently using?
Thanks,
G
We have a RadGridView that can use any of the supplied Rad Theme's using your mvvm example.
This works fine except for the case where we have had to use a non-standard header. For example:
<telerikGridView:GridViewDataColumn Width="60" >
<telerikGridView:GridViewDataColumn.Header>
<CheckBox>
<CheckBox.Content>
<TextBlock TextWrapping="Wrap" Text="Example Text" />
</CheckBox.Content>
</CheckBox>
</telerikGridView:GridViewDataColumn.Header>
</telerikGridView:GridViewDataColumn>
We needed a checkbox that wraps it's text in the header.
How do we make the TextBlock use the same theme (Foreground) that the radgridview standard headers are currently using?
Thanks,
G