One should be able to use CDN without having the Telerik.Web.UI.Skins dll deployed to the server..
I see a lot of forum chatter, blog and code library pieces, for years now, about DblClick. Like in the RadGrid, TreeView, TreeList, Combo, DropDownList, DropDownTree, etc. Why not implement this standard in the controls; ItemDblClick, RowDblClick server side in Grid for ie.
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
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
Currently, if a RadWindow is maximized, then minimized, then restored it will get the dimensions it had before maximizing. A window in the OS will maximize if it had been maximized prior to minimizing and the RadWindow should have the same behavior.
The SlidingZone's tabs titles are rendered upside-down in all browsers in Sharepoint 2010 (except for Internet Explorer). The problem is caused due to a thrown JavaScript error: Uncaught TypeError: Cannot read property 'removeChild' of null
I'd like to use the Navigation widget in "Horizontal with drop down menus" mode but the "mouse over" mode doesn't work with touch devices (iPad) and the click option is OK but I still want the "Hover" option for non touch devices.
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).
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.
Hallo Collegue, It is possible to export only some columns of RadGrid to excel? thanks, J.Matouš
Hallo Collegue, I wan to create fixex columns in RadGrid, it is possible? It should be similar like excel functionality anchor of traverse. thanks, J.Matouš
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.
Provide the ability to clone or duplicate entire rows in the RadGrid control that can then be subsequently used in Insertion operations. This would be particularly useful when bulk editing records in a RadGrid that are very similar to existing records and only differ by a few values.
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'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 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?