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.
A new control RadButtonList/Group providing RadioButton/CheckBox List controls utilizing RadButton's Radio and CheckBox ToggleTypes
You're working on a cleaner css3 approach, however sprites are still resource being downloaded...it's be great if the controls we're using on our page had iconography consistent with the site theme *automatically* instead of needing to use a custom skin. Can you please implement a clean fontawesome enabled skin? So instead of referencing a sprite and background position you instead would set :before or :after and content="\f002". This makes the resulting resources much lighter...as there's no sprite (retina ready by default) ...it'd be up to us to have fontawesome loaded on our page. (Teampulse uses fontawesome, and they have at least 1 radgrid) http://fortawesome.github.io/Font-Awesome/icons/ Steve
Update from 4 Oct 2017: You can find a sample implementation of a CDN fallback in the following code library project: http://www.telerik.com/support/code-library/cdn-fallback You can try implementing a fallback similar to the approach from the links below, but check for the window.$telerik variable and initiate a postback to change the web.config or the concrete page's properties to avoid the CDN. You can find a sample implementation attached below. - http://www.hanselman.com/blog/CDNsFailButYourScriptsDontHaveToFallbackFromCDNToLocalJQuery.aspx - http://docs.telerik.com/kendo-ui/intro/installation/cdn-service#refer-kendo-ui-from-cdn-with-local-script-fallbacks Alternatively, use a custom CDN of your choice that will be better for your case/have better uptime than Amazon CloudFront: http://docs.telerik.com/devtools/aspnet-ajax/controls/scriptmanager/cdn-support/custom-cdn-provider
I have a standard Asp.Net checkbox and a radcheckbox on my webform. But when I configure a sqldatasource and want to add a where clause. Set that to control and want to select the radcheckbox, then only the standard .net checkbox appears in the list. Radcheckbox does not appear. Check the attached screenshot for more information.
The DragAndDrop functionality of the RadAsyncUpload under Edge, works properly if DropZones property of the control is set.
Improve RadGrid's grouping, to get more items from the next page, when group in the current gets collapsed.
At present, when IE is in Compatibility Mode the UI for ASP.NET AJAX controls use the Classic RenderMode in all cases because of the User Agent string the browser provides. If RenderMode="Lightweight" and the X-UA-Compatible meta tag with value "IE=edge" is present on the server, the controls will render in the Lightweight mode instead of falling back to Classic. This will also apply to RenderMode="Auto".
UploadedFiles collection needs to be available across post backs.
Please add support for JQuery 3.x to Telerik ASP.NET for AJAX. I am able to integrate Telerik into a nice Bootstrap dashboard, but the jquery versions are no compatible. Telerik is further behind on the jQuery version.
In Chrome and Safari, adding a space with disabled Track Changes right after a tracked text, the space appears inside the <ins> tag instead of outside.