Declined
Last Updated: 16 Mar 2015 14:23 by Elena
Declined
Last Updated: 02 Mar 2022 13:26 by ADMIN
Declined
Last Updated: 02 Oct 2014 05:57 by ADMIN
Declined
Last Updated: 10 Aug 2021 14:06 by ADMIN
Created by: kencox
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
3
The new scaffolding capabilities in ASP.NET web forms are great for productivity.

I'd like to see Telerik-specific scaffolding that substituted Telerik controls.
Declined
Last Updated: 28 Jul 2016 11:38 by ADMIN
Created by: Robert
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
6
We need the exactly the same control that the guys over in Silverlight have:

http://www.telerik.com/products/silverlight/expressioneditor.aspx

I am in desperate need of this control in the ASP.Net platform.
Declined
Last Updated: 24 Oct 2017 09:57 by ADMIN
Created by: Imported User
Comments: 14
Category: UI for ASP.NET AJAX
Type: Feature Request
23
I think you may consider the following similar type of control(s) in future release.  I think the following is a good fit for use between a BI solution and standard reports.  It gives regular users some flexibilities to generate ad-hoc queries within an application.

http://demo.easyquerybuilder.com/asp-net-ajax/
Declined
Last Updated: 28 Jul 2016 13:29 by ADMIN
ADMIN
Created by: Maria Ilieva
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Declined
Last Updated: 16 Dec 2018 17:29 by ADMIN
ADMIN
Created by: Vasil
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
14
<telerik:RadMaskedTextBox ID="RadMaskedTextBox2" Runat="server" Mask="<0..255>.<0..255>.<0..255>.<0..255>" ZeroPadNumericRanges="false" PromptChar="">  
</telerik:RadMaskedTextBox> 

Should render 192.168.1.1 instead of 192.168.__1.__1 
Declined
Last Updated: 16 Mar 2015 11:48 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0

			
Declined
Last Updated: 02 Oct 2015 15:10 by ADMIN
The links in Preview mode should not be opened at all or at least opened automatically in a new window, so that user could preserve its content.

Possible resolution is to invoke the setTargetsForPreview method on the OnClientLoad event of the editor:

<telerik:RadEditor runat="server" ID="RadEditor1"
	 EditModes="Preview" OnClientLoad="OnClientLoad">
	<Content>
		<a href="http://www.telerik.com">Link</a>
	</Content>
</telerik:RadEditor>

<script type="text/javascript">
	function OnClientLoad(editor, args) {
		Telerik.Web.UI.Editor.Utils.setTargetsForPreview(editor);
	}
</script>
Declined
Last Updated: 11 Jun 2021 11:55 by ADMIN
Created by: Raimund
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
0
a radmenu  with input-fields would be very usefull
this would work the same way like a configuration-menu
Declined
Last Updated: 09 Apr 2014 11:20 by ADMIN
Created by: Germain
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0

			
Declined
Last Updated: 24 Apr 2015 13:37 by ADMIN
It was bug in the Firefox, and now works as expected. Here is markup for testing:
<script runat="server">  
    protected void RadTextBox1_TextChanged(object sender, EventArgs e)
    {
        newText.Text = RadTextBox1.Text;
    }  
</script>
<asp:Label runat="server" ID="newText"></asp:Label>
<telerik:RadTextBox runat="server" ID="RadTextBox1" AutoPostBack="true" OnTextChanged="RadTextBox1_TextChanged"></telerik:RadTextBox>
<asp:Button Text="submit" runat="server" />
Declined
Last Updated: 21 Jun 2022 15:06 by ADMIN
Declined
Last Updated: 23 Jun 2022 09:19 by ADMIN
Declined
Last Updated: 19 Nov 2014 09:43 by ADMIN
Declined
Last Updated: 19 Mar 2014 10:45 by ADMIN
sso
Created by: Anthony Mangini
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
sso
Has telerik ever thought of writing an SSO class or control that would allow someone to add the functionality to sign on to their website using sso and SAML 2.0 for secure login?
Declined
Last Updated: 19 Mar 2014 10:47 by ADMIN
Created by: Todd Bannar
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
None of the demos are displaying correctly.  Take a look at: http://demos.telerik.com/aspnet-ajax/orgchart/examples/overview/defaultcs.aspx.  It appears that the stylesheet might be missing.
Declined
Last Updated: 19 Mar 2014 10:46 by ADMIN
Created by: David
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
There is an on your live demo

http://demos.telerik.com/aspnet-ajax/grid/examples/columns-rows/rows/detailitemtemplate/defaultcs.aspx