When i copy paste bulleted conted from MS word 2010 in Rad editor, it appends extra style margin in the last line and shifts the content towards the right. I used StripFormattingOptions= "MSWord" and StripFormattingOptions= "None SuppressCleanMessage" but none of these options are helping. I also disabled all the filters. Please let me know how i can retain my bulleted formattings while i copy paste from MS word 2010.Attaching the screenshots
formatting is lost when content is pasted from ms word 2010 to radeditor
Add the ability to have scale breaks in the RadHtmlChart. Rejected with the comment: This feedback item is a duplicate of http://feedback.telerik.com/Project/108/Feedback/Details/55693
Since there are still several customers that need support for old browsers, why not create two separate sets of controls. The existing ASP.Net Ajax controls maintain support for old browsers while HTML5 Ajax controls are not. Personally, I do not need support for old browsers and would like to see leaner, better controls built from the ground up just to support HTML5.
I just had a chance to use RadColorPicker in the RadGrid. after having few discussions with Andrey, it seems like to use it in edit mode and be able to bind back, it requires a lot of coding in the code behind and converting rgb to the right format. The code does not look complicated. I propose to add something like <telerik:GridColorPickerColumn that similar to <telerik:GridAttachmentColumn and <telerik:GridHTMLEditorColumn so users can just drag and drop easily. This should be beneficial to anyone who use the control.
I have a RadToolbarDrorDown that allows users to select a different theme. This works fine in Firefox and Chrome, but the dropdown fails to show in IE (v10). It does appear to work with IE 9.0.8 however. In IE 10 I see this script error in the console: SCRIPT5007: Unable to get property 'documentElement' of undefined or null reference ScriptResource.axd, line 147 character 2 Also, the html generated is quite different : see attached Telerik version 2012.1.215.40
I'm using a gridview that used to work before I installed a new trial version (the old one did expire in the middle of our evaluation). The gridview code is taken from your example i.e. I haven't added any extra functionality it's all out-of-the-box. All I did was to connect to our SQL server datasource. The component that errors was already there from the beginning.
The multiline textbox should increase its high while the user types, after the currently available space if fulfilled. Like in Facebook "What's on your mind " textbox
When 'Track Changes' functionality is enabled and a text in RadEditor is deleted via Backspace keyboard button while the page is viewed under Chrome or Firefox, the cursor is positioned after the selection, while the expected behavior is to place it before the selection.
I have a dynamic user control that has a radgrid inside it. The user control would always display the radgrid in edit mode on page load. Inside the radgrid, there is a radcombobox. There is a javascript in usercontrol itself for radcombobox OnSelectindexchanging event. What we need is to hide/display a row of the radgrid based on the combo box value by passing the row index which needs to be displayed/hidden. Problem is I am not able to access radgrid (or any control) from the usercontrol. I have attached the complete user control page. Please see cbo_OnSelectedIndexChanging function. Inside this method, we call HideRow(index) method. In hideRow, when we reference matertableview, it fails. Can anyone please help?
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
Based on customer feedback: Input controls, namely RadTextBox and RadComboBox appear misaligned and slightly different in terms of metrics **UPDATE** As of 2016 R1 SP1, the inconsistencies have been targeted and fixed as a part of a broader story to unify the appearance of the various components. NOTE: The changes apply only to Light-weight rendering
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.
We have used Telerik controls for ASP.NET AJAX on our email verification ASP.Net application running on Windows server 2008 with IIS 8 in implementing a progress bar which shows the progress of emails verified. However, we have observed that when the application is run via the local host ( http://localhost/appplication.aspx) the progress bar always displays. However, when we run the application through the URL (http://111.222.333.444/application.aspx), the progress bar do not appear. Please kindly look into this.
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).