Hi,
I know that the RadFileExplorer registers its own RadWindowManager and RadWindows. I have a custom Css that I use to override certain styles in my Main RadWindowManager. But I have no way (or no idea how) to add my custom class to the RadWindow that the FileExplorer opens, so, the window looks out-of-style with the rest of my site.
I *could* modify my custom css to work modify all windows with a specific skin, but I really don't want to do that.
Is there a way I can do that?
Its needs to be something like this
<div class="RadWindow RadWindow_Silk rwNormalWindow rwTransparentWindow my-custom-class" ...
Thanks