If an image occurs after some text and it is floated, then in Chrome the image properties dialog will have empty field values and no updates can be made to the image. Use the HTML below on the demo page and the issue can be seen. http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx Sample content This is some text<img alt="" style="float: right;" src="/aspnet-ajax/Editor/Img/UserDir/Marketing/telerik_125x125_asp.gif" />
This happens after the first postback. Initially it works correct, but after postback, if you select part of the entered text, and start typing, the caret begins to the begining, and the newly typed char goes at first position.
Steps to reproduce: 1) Create a vertical RadMenu with one item only 2) Hover the item Result: slight displacement
Provide a RadDateTime control that allows you to only pick the Day of the Week (Sunday - Saturday) rather than simply picking a Date or a Time.
When many RadHtmlCharts are present on the page (especially if their animation is turned on) this will decrease the rendering performance of the browser, especially in older browsers that are generally slow. The ability to start rendering one chart only after the previous one finishes rendering will improve this initial load. This can be used only for animations to provide a visual queue (i.e. only have effect when Transitions=true).
When binding a RadGrid (client-side) containing a GridTemplateColumn as described in various Telerik posts, binding for that column seems to work for the first few rows, then seems to stop producing the markup for the asp:Label within the ItemTemplate. Therefore, the remaining items in the grid are empty for that column. I have isolated the issue in the attached test files and provided a screenshot of the result.
Is this easy thing to integrate BootStrap with Telerik controls...can you please explain.. is it possible to change the telerik skin with bootstrap skin
My ASP.NET project updated 2013 Q1. Not bad. but I found some error. RadGrid's clientSettings element of AllowScroll = 'true' if the layout is broken. The reason for the scroll function will render the data area is divided into a new DIV. HEADER column portion and a data portion, while the size of the column is divided into different DIV does not fit. Attach the file. Look the screenshot.
The sprite images for the RadButton are moved from the "Button" folder to the "Common" folder of the skins, but the Visual Style Builder searches the images in the Button folder. The workaround is to extract the archive generated by the Visual Style Builder, move the sprites from the Common folder to the Button folder, archive the files again and import them in the Visual Style Builder. This allows you to edit them in the tool and after that you can download the skin and move the sprites back to the Common folder.
When large zip files with a lot of files inside is uploaded, the httphandler throws an System.OverflowException "Value was either too large or too small for an Int32." This only happens in HTML 5 File API mode.
An ArgumentOutOfRange exception is thrown when using a horizontal barchart with AutoLayout = true. [ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length] System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) +10695301 System.String.Substring(Int32 startIndex, Int32 length) +10 Telerik.Charting.TextBlock.get_VisibleText() +194
I have a Rad Grid with modal popup option for insert and update operation. When i insert or update some record for this rad grid the modal pop up doesn't close by clicking on save button in Internet Explorer 10 and hence the record is not saved. It works fine with previous versions of Internet Explorer and also with other browsers like Chrome and Firefox. Find the attachment for a related snapshot.
I am using Header Context Filter Menu for the RadGrid.I found the two different filter options with that but there is an "And" option where "Or" option makes more sense to use with compare to "And".Even I did not finding any option on RadGrid to change this "And" option to "Or". Waiting for you kind response if you have any work arround or fix for this as i am in b/w of the development and found this. So let me know as early as possible.
Some colors (for example #ccffff, #ccccff, #e5f2ff, #eef9fc, #003366, #006400) are not properly applied in the Colorize tab of the Visual Style Builder and choosing one of them results in setting a different color.
Hello, Many organizations as mine (Jabil) are based on manufacturing processes. Therefore many documentation are being migrated from MS Excel, Visio etc. to a dynamic web apps. At this moment your graphs are pretty much good, however it's missing a control that could allow us to create flow charts diagrams. These exportable charts should generate a xml output to be saved it in a database or xml files. The flow chart diagram could be created by dragging symbols (square, rhombus, lines etc) on a panel or by coding creating and joining symbols or extracting the xml code for a previous flow chart saved. Please Help! don't hesitate to contact me for further information.
The current image rotator is missing one of the popular modes when having up to 10 images the slider provides an image navigation bookmarks (e.g. a row of small circles) to navigate quickly to the particular image. Some examples what I mean: - http://demo.dev7studios.com/nivo-slider/ - (all demos) - http://www.kendoui.com/ - the image rotator under the menu (not sure what Telerik control is used here but certainly is not RadRorator )