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

How to disable inserted white space in tables via wizard?

4 Answers 71 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Kristian Thrane
Top achievements
Rank 1
Kristian Thrane asked on 03 May 2010, 03:28 PM
Hi,

My editors are very eager to know if it is posible to prevent rad editor table wizard to insert white space in table cells from the start?

Any suggestions are very welcome :)

Kristian Thrane - frontend @ yousee.dk

4 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 03 May 2010, 04:17 PM
Hi Kristian,

The white spaces are added so that the empty table cells can be visualized in the browser. You can remove them by attaching to the OnClientPasteHtml event property of RadEditor, checking for the TableWizard and InsertTable commands and using regular expression or DOM methods to strip the empty spaces between the cells.

All the best,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Kristian Thrane
Top achievements
Rank 1
answered on 04 May 2010, 03:29 PM
Thanks for answering - i will try it out!
0
tintu
Top achievements
Rank 1
answered on 11 Oct 2010, 11:02 AM
Hello,

We encountered this problem when we upgraded to IE8 on two of our three computers. The other computer has IE7 and Firefox, and it's fine with both. 

- Click the Insert Table icon, which expands to a pull-down selection. The botton third of the pull-down is 3 rows of 4 table manipulation icons. With IE7 and Firefox, all 12 icons are active. With IE8, the first 10 icons are greyed out; only Set Cell Properties and Set Table Properties are active.

Please help!!!!
0
Rumen
Telerik team
answered on 11 Oct 2010, 11:47 AM
Hello Tintu,

RadEditor 2007  for ASP.net 1.0 does not support IE8, which was released later. If you experience this problem in IE8, you can put the following meta tag

<meta http-equiv="X-UA-Compatible" content="IE=7" />

in the head of your page and it will be rendered in IE7 mode in IE8, which should fix the problem.

However, the recommended approach is to upgrade to the latest version 2010.2 929 of RadEditor for ASP.NET AJAX, which is more stable, provides full cross browser support and a lot of new features and bug fixes. Migration instructions are available in this help article: Migration from RadEditor Classic to RadEditor for ASP.NET AJAX.

Kind regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Editor
Asked by
Kristian Thrane
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Kristian Thrane
Top achievements
Rank 1
tintu
Top achievements
Rank 1
Share this question
or