Brief Description of Issue: If you try to put HTML comments into the HTML view of an HTML module using the default rich text editor you will find that the comments are visible when you save the content. Clear Steps to Reproduce: Install DotNetNuke 7.0.2 Login with admin/host Edit an HTML module Switch to the HTML view of the editor put <!--Test--> Save View the page and you will see <!--Test--> Expected Result: The comment should be just that, a COMMENT, not visible to the browser unless you were viewing the source of the page.
Just like the silverlight version does.
When you use the scheduler to manage items other than appointments, it'll be nice to have drill down capability. Ie show project and all it's tasks as child.
currently migrating from SharePoint 2010 to Sharepoint 2013 facing issues as Radgrid control 2010.3.1109.35 not working do we required to download new dll for sharepoint 2013? does telerik radgrid support 4.5 framework?
Both properties could be used in scenario when the control is bound with WebService. With assigning values directly to the aforementioned properties, you could omit specifying the Text and Value fields in the WebService, but only point the desirable parameters in the declaration of the control. This could be very useful, especially when a custom class is used to populate the control in the WebService and if this class does not possess Text and Value fields.
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?
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'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.
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.
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
Currently Telerik RadGrid does not support a GridCalculatedColumn inside a GridTemplateColumn. GridCalculated Column is a veru useful feature and should be available inside a Template column as well. Thanks
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.
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
I am not having success on having wrap="false" for my RadGrid. The solution: (e.Column as GridBoundColumn).DataFormatString = "<nobr>{0}</nobr>"; Will not work since I have hover over and links on several of my columns. Couldn't RadGrid have a setting of wrap="false" that would apply to the entire grid?
It seems however that the problem comes from the unusual CSS style selector that you use to set the width of the RadTextBox controls. Based on the information of this help article, you should correct your CSS rule like this: Copy Code .three_column .RadInput { width: 448px !important; } Note the missing .riTextBox class from the selector. You should not apply width for the inner input element (which this selector controls), but only to the outer wrapping span element controlled by the .RadInput class. After applying this change on my side, the problem didn't reproduce any more. Yet another approach to fix the issue is to use the inline Width property. However, based on your code I suspect that you intent to change the width by CSS rules and that is why I would recommend the modification in the code block above.
To cater for SharePoint Lists (or Excel/SQl Sources) with large columns can the Freeze Columns property from the underlying RadGrid be exposed to the SpRadGrid
It is design limitation. The format is not not applied because the context menu is single for all columns, but each column can have different format. The DateInput inside the filter menu can not have multiple formats at the same time.