I wrote a style for ExpansionIndicator and I want to apply it to the XamDataGrid ExpansionIndicator. When I use a standard style for the grid, I have no problems. But when I set some style to grid, it overrides my default ExpansionIndicatorStyle. How can I apply my style using it's name?
Hello andy269,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
Hi,
I'm having the same problem with setting the ExpansionIndicatorStyle. Here's a code snippet:
<
ig:XamGrid.AddNewRowSettings>
<ig:AddNewRowSettings ExpansionIndicatorStyle="{StaticResource GridRowExpansionCustomStyle}" />
</ig:XamGrid.AddNewRowSettings>
Setting the style for other grid objects works fine...
Thanks
Mike