When showing a modal window, what CSS class allows me to assign a color to the background DIV object?
Thanks Jon
3 Answers, 1 is accepted
0
Martin
Telerik team
answered on 30 Nov 2007, 10:57 AM
Hello Jon A.,
Unfortunately, right now RadWindow Prometheus does not provide such functionality for the modal window background div, as it uses the modal popup object of ASP.NET AJAX.
We will consider adding customization functionality of that particular element in the future releases. In the meantime, you may try to modify the code provided with ASP.NET AJAX.
Can you tell me how to get the ID of the ModalPopup object that your Window instantiates? If I know how to access it, then I can change its CSS properties.
We are sorry we have mislead you in our previous replies. The modal popup extender of asp.net ajax, that is being used with RadWindow modal dialogs is designed to be used with more than one controls. It does not have id or css class, and unfortunately this is the reason you cannot style it with css right now.
We are considering adding a css class to that specific element for the future release of RadWindow and thus users will be able to set specific css to each skin of RadWindow.