Completed
Last Updated: 11 Mar 2014 13:01 by Chris
IMPROVE: RadCalendar and RadDatePicker to be localizable using GlobalResources
Unplanned
Last Updated: 11 Mar 2014 13:00 by ADMIN
Completed
Last Updated: 11 Mar 2014 12:58 by ADMIN
FIX: $create of controls with same parent are created in reverse order if using RadAjax
Unplanned
Last Updated: 10 Mar 2014 17:48 by Chris
ADMIN
Created by: Hristo Valyavicharski
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Unplanned
Last Updated: 10 Mar 2014 12:30 by ADMIN
Completed
Last Updated: 05 Mar 2014 09:39 by ADMIN
ADMIN
Created by: Rumen
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Completed
Last Updated: 28 Feb 2014 16:32 by ADMIN
Created by: Hugo Augusto
Comments: 4
Category: UI for ASP.NET AJAX
Type: Feature Request
10
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.
Completed
Last Updated: 28 Feb 2014 16:08 by ADMIN
Created by: Faten
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
0
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
Completed
Last Updated: 28 Feb 2014 07:41 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Completed
Last Updated: 27 Feb 2014 14:13 by Robert Helm
Completed
Last Updated: 25 Feb 2014 12:47 by ADMIN
Created by: Anup
Comments: 4
Category: UI for ASP.NET AJAX
Type: Feature Request
1
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
Unplanned
Last Updated: 25 Feb 2014 09:01 by ADMIN
ADMIN
Created by: Vasil
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
1

			
Unplanned
Last Updated: 24 Feb 2014 08:26 by ADMIN
Completed
Last Updated: 21 Feb 2014 13:20 by ADMIN
Created by: CH
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
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.
Completed
Last Updated: 18 Feb 2014 15:50 by ADMIN
Declined
Last Updated: 12 Feb 2014 10:04 by ADMIN
Created by: Roy
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
New control that can encrypt an email (SMIME). Look at http://www.rebex.net/secure-mail.net/
Completed
Last Updated: 12 Feb 2014 09:36 by ADMIN
Created by: Sylvain
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
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
Completed
Last Updated: 31 Jan 2014 09:47 by ADMIN
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.