4 Answers, 1 is accepted
0
Hi Thomas,
I could not reproduce the problem. Could you give me a sample project reproducing this problem?
Greetings,
Hristo Germanov
the Telerik team
I could not reproduce the problem. Could you give me a sample project reproducing this problem?
Greetings,
Hristo Germanov
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
Thomas
Top achievements
Rank 1
answered on 17 Nov 2010, 05:03 PM
Hi,
I modified a fresh copy of the editor first look example in VS 2010. The following code was added to the view. No other files where modified.
I modified a fresh copy of the editor first look example in VS 2010. The following code was added to the view. No other files where modified.
.Tools(tools => tools .Clear() .FormatBlock(formats => { formats.Add("Quote", "blockquote"); formats.Add("Code", "pre"); })) 0
Accepted
Hello Thomas,
I was able to reproduce the issue. I am glad to inform you that this issue is already fixed and the fix will be included in the next official release of the Telerik Components for ASP.NET MVC.
For your convenience I have attached a hotfix version which includes the fix.
I have updated your Telerik points.
Greetings,
Hristo Germanov
the Telerik team
I was able to reproduce the issue. I am glad to inform you that this issue is already fixed and the fix will be included in the next official release of the Telerik Components for ASP.NET MVC.
For your convenience I have attached a hotfix version which includes the fix.
I have updated your Telerik points.
Greetings,
Hristo Germanov
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
Thomas
Top achievements
Rank 1
answered on 19 Nov 2010, 10:51 PM
Thank you very much!