This question is locked. New answers and comments are not allowed.
Hi there
I have a TreeListView that have columns that are editable and columns that are readonly. I set the background color to grey for the readonly columns but the background of the expander section and indents on the rows are not being set.
This is the xaml:
Attached is a screenshot of the issue. Any ideas how I can style the indents/expanders too?
Thanks for your help.
I have a TreeListView that have columns that are editable and columns that are readonly. I set the background color to grey for the readonly columns but the background of the expander section and indents on the rows are not being set.
This is the xaml:
<telerik:GridViewDataColumn DataMemberBinding="{Binding Key}" Header="Task ID" IsReadOnly="True" IsFilterable="False" Background="LightGray"/>Attached is a screenshot of the issue. Any ideas how I can style the indents/expanders too?
Thanks for your help.