Hi Jidesh,
The problem is most likely due to some global CSS style for OL,
UL elements that sets the padding and margin of the bulleted lists to 0px.
Please, review your css styles and see which one is overriding the default space between the bulleted lists. You should search for class similar to this one:
OL, UL
{
padding: 0px;
margin: 0px;
}
To fix the problem, just set the CssFiles property as shown in this help article:
Content Area Appearance Problems. Therefore the editor will not pick up the CSS classes from the page.
Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now