This question is locked. New answers and comments are not allowed.
Hello,
I have currently a GridView which binds the IsBusy-Property to a corresponding property in the ViewModel. It works perfectly and the BusyIndicator is shown.
The only "problem" I have is, that I'm using elsewhere the BusyIndicator as a standalone ContentControl and an assigned Expression_Dark theme, which looks prettier than the default-theme.
However, is it possible to assign this Expression_Dark theme just for the BusyIndicator inside the GridView and keep the GridView itself in the default template-style? I also tried to wrap the complete GridView with another BusyIndicator and using this one, but this leads me to two showed BusyIndicator's (one time my wrapping busyindicator and the other inside the RadGridView).
Thank you in advance!
I have currently a GridView which binds the IsBusy-Property to a corresponding property in the ViewModel. It works perfectly and the BusyIndicator is shown.
The only "problem" I have is, that I'm using elsewhere the BusyIndicator as a standalone ContentControl and an assigned Expression_Dark theme, which looks prettier than the default-theme.
However, is it possible to assign this Expression_Dark theme just for the BusyIndicator inside the GridView and keep the GridView itself in the default template-style? I also tried to wrap the complete GridView with another BusyIndicator and using this one, but this leads me to two showed BusyIndicator's (one time my wrapping busyindicator and the other inside the RadGridView).
Thank you in advance!