IMPROVE: RadCalendar and RadDatePicker to be localizable using GlobalResources
FIX: $create of controls with same parent are created in reverse order if using RadAjax
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.
Trying to download the step by step tutorial from the following link fails: http://www.telerik.com/support/aspnet-ajax#step-by-step Thanks in advance, Faten
We use Radar Chart extensively in our ASP.Net application. It wil be great to have this charting type in ASP.Net suite. Is Radar Chart there in your ASP.Net roadmap ? Thanks, Anup
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.
New control that can encrypt an email (SMIME). Look at http://www.rebex.net/secure-mail.net/
Hi, Before, I use devexpress and they give me all the file for his control to translate it in French Do tou have the same thing with your control ? Thanks Sylo
This issue manifests only when JavaScript is used to close the control (i.e., oWnd.close()) and the [x] button in the titlebar works as expected. Clicking the handles makes the popup element visible, but it is not responsive (i.e., buttons in its titlebar cannot be clicked, it cannot be dragged, etd.). A workaround is to add the following OnClientClose handler: function OnClientClose(oWnd, args) { //hide remaining resizing handles in Lightweight render mode if (oWnd.view && oWnd.view.resizable && oWnd.view.resizable.repaint) oWnd.view.resizable.repaint(); //other logic } A fix will be available in the Q1 2014 release.