NOBODY supports this turd of a browser anymore. http://www.buuteeq.com/blog/why-we-dont-support-ie7/ Your css codebase could trim up a ton removing all the crappy hacks. Worked for kendo, and nobody is missing it. I'm sure your developers would have a party (week long) if they could ditch having to support it too. You're such a big market player supporting it just helps ie7 hold on to it's MEASLY <1% marketshare...stop contributing :) Vote now people!
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
It would be great to have a facebook-like auto expanding textbox with character counter.
Some references to skin resource files are hardcoded in Telerik.Web.UI.dll and don't depend of the web.config/appSetting "Telerik.Web.SkinsAssembly". The result is when you use a custom Skins Assembly and a Telerik control uses these hardcoded references on resource files, these resource files are not displayed because Telerik.Web.UI.dll is searching a resource file for a control as "Telerik.Web.UI.Skins.<Skin Name>.<Control>.<Resource filename>" and not as expected "<Skin Assembly Name>.<Skin Name>.<Control>.<Resource filename>. It happens in the following controls: - RadGrid: Only the column GridEditCommandColumn ButtonType="ImageButton" gives a invalid references on resource files for Edit.gif, Update.gif, Cancel.gif. - RadDataPager: Images of SEO buttons, like PagingFirst.gif, etc. The requested fix: to test if web.config/appSettings "Telerik.Web.SkinsAssembly" is available and not empty, and if yes, to use its value in place of the hardcoded "Telerik.Web.UI.Skins.dll".
In the same way that ASP.NET MVC wrappers are supported...
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.
Current Sales Dashboard cannot work because if silverlight issue. Prefer to have more starterkits so that we can understand a whole solution how to use telerik control better. also a good learning for us.
The current image rotator is missing one of the popular modes when having up to 10 images the slider provides an image navigation bookmarks (e.g. a row of small circles) to navigate quickly to the particular image. Some examples what I mean: - http://demo.dev7studios.com/nivo-slider/ - (all demos) - http://www.kendoui.com/ - the image rotator under the menu (not sure what Telerik control is used here but certainly is not RadRorator )
With RadCloudUpload control the users will be able to upload files to Amazon S3 and Azure Blob storage. Also the developers could implement own storage providers and upload files to custom locations.
PDF export format is not compatible with Windows 8 default viewer. However the exported PDFs could be opened in Adobe Reader for Windows 8.
The NuGet packages should not install directories into the project. If these directories are not needed when referencing the dlls traditionally, I can't see why they are needed with the Nuget package. Adding nuget references to ASP.Net AJAX in a non-website/application project results in a silly set of directories. Like, if you want to write a plain assembly that simply uses the Telerik controls in a Server Control. An install.pl file should handle any web.config alteration on install. The
When a table is created through the table wizard and a background image is set to one of the cells, saving and closing the Editor in SP2010 causes the background image to be stripped.
One should be able to use CDN without having the Telerik.Web.UI.Skins dll deployed to the server..
Improve RadGrid's grouping, to get more items from the next page, when group in the current gets collapsed.