The developer cannot get a reference to the FontName tool through the getToolByName method of the RibbonBar tool adapter.
There is a refresh error when a user uploads multiple files on Mac OS 10.8.3 and Safari 6.0.4. After the user selected for example 5 files at the same time and click on the Upload button, you a screen showing only 2 files - http://screencast.com/t/gYiE76M0D The EnableAsyncUpload property of FileExplorer have to be set to "True".
FIX: Menu popup containers do not have background / border in metro skin
The Insert Paragraph tool puts the text outside of the newly inserted paragraph tag. Here is an example: 1. Enter a line of text in an empty editor 2. Press the New Paragraph button 3. Type something when the cursor goes to the next line 4. Switch to HTML mode and you will find that the new text is inserted outside of the paragraph tag <p>line of text</p> <p> </p> new line The expect result should b: <p>line of text</p> <p>new line</p>
When the VisibleControls property of FileExplorer is set to "Grid" and the InitialPath value is pointing to a specific file, the file is not selected on page load.
When a table is created through the table wizard and a background image is set to one of the cells, saving and closing the Editor in SP2010 causes the background image to be stripped.
PDF export format is not compatible with Windows 8 default viewer. However the exported PDFs could be opened in Adobe Reader for Windows 8.
We would love a couple of Lightswitch HTML controls. Not expecting the full stack. Even if you could just help us understand how to integrate Kendo UI more easily that would help too. It's a great framework or building fast lightweight apps, but the UI portion is missing many controls and documentation from Telerik, if the controls do integrate. ComponentOne seems to have a good handle on it, but we prefer Telerik if we can use it.
Some references to skin resource files are hardcoded in Telerik.Web.UI.dll and don't depend of the web.config/appSetting "Telerik.Web.SkinsAssembly". The result is when you use a custom Skins Assembly and a Telerik control uses these hardcoded references on resource files, these resource files are not displayed because Telerik.Web.UI.dll is searching a resource file for a control as "Telerik.Web.UI.Skins.<Skin Name>.<Control>.<Resource filename>" and not as expected "<Skin Assembly Name>.<Skin Name>.<Control>.<Resource filename>. It happens in the following controls: - RadGrid: Only the column GridEditCommandColumn ButtonType="ImageButton" gives a invalid references on resource files for Edit.gif, Update.gif, Cancel.gif. - RadDataPager: Images of SEO buttons, like PagingFirst.gif, etc. The requested fix: to test if web.config/appSettings "Telerik.Web.SkinsAssembly" is available and not empty, and if yes, to use its value in place of the hardcoded "Telerik.Web.UI.Skins.dll".
Based on customer feedback: The RadSiteMap documentation is lacking description for the CSS class names. Add description similar to the one present in other controls, RadMenu per say.
Update the Http handler shown in the following forum thread so that it can be used with the latest version of Telerik UI for ASP.NET AJAX: http://www.telerik.com/community/forums/aspnet-ajax/editor/radeditor-exporttopdf-in-httphandler.aspx#2089976