This is a migrated thread and some comments may be shown as answers.

radeditor bullet list does not work

10 Answers 324 Views
Editor
This is a migrated thread and some comments may be shown as answers.
praveen
Top achievements
Rank 1
praveen asked on 01 Aug 2011, 08:29 AM

When I enter text in the radeditor and select that text and click the Numbers and Bullets menu in the toolbar.
My text does not appears to be bulleted and also numbers does not appears before them.

How can I achieve to display numbers and bulleted list in the radeditor?

10 Answers, 1 is accepted

Sort by
0
Abhishek
Top achievements
Rank 2
answered on 01 Aug 2011, 12:50 PM
Hi praveen,

Can you Please Post your code. So that i can help you to solve your issue.

Thanks,
Abhishek K
0
Shinu
Top achievements
Rank 2
answered on 01 Aug 2011, 12:51 PM
Hello Praveen,

Check the following demo which implements the same functionality.
Editor / Default Settings .

Thanks,
Shinu.
0
Rumen
Telerik team
answered on 03 Aug 2011, 02:09 PM
Hi Praveen,

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.


Best wishes,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
anusha
Top achievements
Rank 1
answered on 02 Dec 2014, 08:40 AM
Hi, when i rendering text into pdf format from rad editor, i didn't get space between bullets and text in bulleted list, Please post the answer..
0
Ianko
Telerik team
answered on 04 Dec 2014, 12:16 PM
Hello Anusha,

Could you please provide more details about the situation? Some HTML code snippets used and snapshots of the resulted PDF will also be helpful.

You can also check if this issue is reproducible with this online demo and provide the exact steps to reproduce, so that I could be able to recreate the scenario.

Regards,
Ianko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
anusha
Top achievements
Rank 1
answered on 04 Dec 2014, 12:57 PM
Hi,

I had a rad editor and i have bulleted list in that, when i convert that data to pdf format i didn't get space between Bullets and text in pdf.
Please check the attached file
0
anusha
Top achievements
Rank 1
answered on 04 Dec 2014, 01:00 PM
Hi, Please check attached file
0
Ianko
Telerik team
answered on 04 Dec 2014, 03:53 PM
Hello Anusha,

I tested the same scenario, based on the description, but to no avail. You can examine this screencast.

The created list on my end is generated properly in PDF and I can only make assumptions about the missing spaces. In normal scenarios, list item do not have any additional spaces, unless are customized.   

If there is some further custom HTML or CSS code, please provide it so that I could test further with it.

Regards,
Ianko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
anusha
Top achievements
Rank 1
answered on 05 Dec 2014, 05:17 AM
Hi,
 we are using string builder in which we have html content, we converted html to pdf format by using pdf writer in which in my rad editor i have space between bullets and text in the bulleted list, but i didn't get the space between bullet and text in the pdf file. please provide relevant code. 
0
Ianko
Telerik team
answered on 05 Dec 2014, 08:28 AM
Hello Anusha,

I believe this is a matter relevant to the HTML code implemented and not the way it is inserted into the RadEditor. Therefore, as already suggested, you can just provide a simple HTML example with which to examine locally.

Note, that the snapshot of the resulted PDF file does not provide enough information for me to examine the case.

Regards,
Ianko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Editor
Asked by
praveen
Top achievements
Rank 1
Answers by
Abhishek
Top achievements
Rank 2
Shinu
Top achievements
Rank 2
Rumen
Telerik team
anusha
Top achievements
Rank 1
Ianko
Telerik team
Share this question
or