FIX: ApplyCssClass dropdown is not populated after an imported stylesheet is not found
A possible workaround is to set the import step after all other rules in the CssFile of the RadEditor. CssFile would look like:
.h1
{
background-color: Aqua;
}
.div
{
color: Green;
}
@import url(StyleSheet.css);