When I bring up a radwindow, like below, it uses the currently set theme.
However, when I bring up a radconfirm, it doesn't use the theme and instead uses the default theme.
Any idea what gives?
Thanks,
Jamie
function ShowImport(sender, args) { var radWindow = $find("<%=ImportWindow.ClientID%>"); radWindow.show();}However, when I bring up a radconfirm, it doesn't use the theme and instead uses the default theme.
function DeleteTemplate(sender, args) { radconfirm("Do you really want to delete the selected template?", onDeleteTemplate, 300, 100, sender, "Are you sure?");}Any idea what gives?
Thanks,
Jamie