Add a label control which has the same look and feel as the rest of the Telerik ASP.NET AJAX components.
Possible BreadCrumb integration with RadMenu and Orgchart: http://demos.telerik.com/aspnet-ajax/menu/examples/programming/showpath/defaultcs.aspx http://demos.telerik.com/aspnet-ajax/orgchart/examples/applicationscenarios/drilldownwithbreadcrumb/defaultcs.aspx
A new control RadButtonList/Group providing RadioButton/CheckBox List controls utilizing RadButton's Radio and CheckBox ToggleTypes
I need a timeline AJAX component to "Visualize sequences of events in a user friendly manner" like this one in WPF : http://www.telerik.com/products/wpf/timeline.aspx Do you plan to do that ? Thanks
I would like to suggest a new control build from the same paradigm as the RadSocialShare. The control should enable a website to provide an easy way to setup shared sign up / login from different providers on your website. E.g. an easy way to let users sign up using their facebook account or Google account etc.
The ASP.NET community really seems to be missing a proper property grid. The only example I could dig out was the outdated implementation on codeplex: http://propertygrid.codeplex.com/ I'd like to see one such implementation from Telerik.
Instead of utilising 3rd party jQuery or the boring old ASP client-side form/field validation why don't you guys develop your own that has nice look and functionality similar to this: https://github.com/posabsolute/jQuery-Validation-Engine and you could also include a password strength indicator like this while your at it: http://git.aaronlumsden.com/strength.js/#demo Not hard and it would nicely complement your current suite of tools, especially if it was styled from skins.
Full featured File Download Manager! Very similar to the AsynchUploadManager, just in the other direction. functionality: - download multiple files in asynch mode - set a limit to the number of simultaneous downloads - progress bar/cancel options for each - default to client side 'downloads' directory - Handle filestreams - convert on the fly using document processing {download as PDF} - zip on the fly - cache temporary files for sending via email as attachments - notify on complete per file or per batch Thanks!
The control will provide the ability to hover over an image and zoom-in the selected part in a previewer. Such control is available in Google Maps as shown in the attached screenshot Overview-Image-Map-Control.png. Yet another example is displayed in the second screenshot. You can comment and share your examples or features you would like this control to support.
You can hide certain characters using "*" in the DisplayMask. For example: Mask="####" DisplayMask = "**##" If the value is "1234", after blur it will look like "**34" The same approach can be used for all mask parts. The only requirement is DisplayMask to be longer or equal to the Mask. For example: Mask = "<1..999>someLiterals####SomeMoreLiterals<3..123>" DisplayMask = "***someLiterals**#*Some*******s<1..99>*" If in the above example the DisplayMask is shorter or does not contains enough asterisks to match the editable parts, the visible value on blur can be wrong.
RadSpreadSheet control that can open and visualize excel files. It should also support edit and common operations.
Hi guys, Do you think that the Telerik UI for ASP.NET AJAX suite should offer a Radial Menu? The control should optimize and facilitate the work on touch devices. You can find more detail for the control at: https://support.office.com/en-us/article/Use-radial-menus-to-display-OneNote-commands-0d75f03f-cde7-493a-a8a0-b2ed6f99fbe2 http://beaucollins.github.io/radial-menu/ Thank you for your feedback!
Allow the users to create their own attributes and to be able to work with their client representation after that.
Since Responsive Design is the actual trend, and most of the free frameworks have compatibility issues with Telerik Controls due to the Global Styles, I suggest a new Responsive Framework. A Telerik Responsive Framework, that out of the box would work perfectly with all the Telerik suite. I believe that this would be very appreciated by all your customers. Some of the controls should also be prepared to work with this framework resizing it's elements according to the device.
Possible Workaround: Telerik.Web.UI.Grid.PositionDragElement = function(element, mouseEvent) { var clientX = $telerik.isTouchDevice ? $telerik.getTouchEventLocation(mouseEvent).x : mouseEvent.clientX; var clientY = $telerik.isTouchDevice ? $telerik.getTouchEventLocation(mouseEvent).y : mouseEvent.clientY; element.style.top = clientY + $telerik.getDocumentElementScrollTop() + 10 + "px"; element.style.left = clientX + $telerik.getDocumentElementScrollLeft() + 10 + "px"; if ($telerik.isOpera || $telerik.isTouchDevice) { element.style.top = parseInt(element.style.top, 10) - document.body.scrollTop + "px"; } };
When looking through http://www.telerik.com/help for information and/or code samples, I constantly have to select VB.NET as my chosen language instead of C#. This would be a great addition to my profile to say 'which is your preferred language'.
I'd like to see a Drag And Drop manager functioning something like the AJAX manager. You can select controls that can be draggable and then define drop targets for them. Things it might include: * Constrained movement, either X, or Y or within a boundary. * Init distance. Eg. you have to drag an object 20px to start moving it. * Drag handle. * Snap. to grid, or elements