Declined
Last Updated: 13 Aug 2014 12:47 by ADMIN
Declined
Last Updated: 04 Jul 2014 07:12 by ADMIN
Created by: Timothy Lee Russell
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
3
In the same way that ASP.NET MVC wrappers are supported...
Declined
Last Updated: 13 Jun 2014 14:04 by ADMIN
Declined
Last Updated: 13 Jun 2014 14:03 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
In pure IE6 the DropDownAutoWidth does not work as expected e.g. the dropdown gets too wide.
Declined
Last Updated: 13 Jun 2014 14:03 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Based on customer feedback:

I put a DrowDownTree, then I put another textbox under DrowDownTree. If I expand the item of DrowDownTree, I found some item will be shut out by textbox.

Only happens in _pure_ IE6
Declined
Last Updated: 13 Jun 2014 14:02 by ADMIN
Declined
Last Updated: 06 Jun 2014 11:48 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
I struggled for weeks on the problem "Telerik$ is undefined".  I Always got this problem after closing a RadWindow.  But only on my development machine, not in the production version at customer site.

After I bought a new laptop, I hoped the problem would disappear due to complete reinstall.  However this was not the solution.

After weeks of search I found out that the problem is caused due to a DESTROYONCLOSE = TRUE in the RadWindowManager definition of the RadWindow. As soon as I change that to FALSE, my problem disappears.

Hopefullly this is a clue to you guys to fix this problem.

Best regards,
Guy Van Dyck

<telerik:RadWindowManager ID="RadWindowManager" runat="server" Modal="True" Width="1030px" Height="700px" Top="10px" Animation="Fade" ShowContentDuringLoad="False" ReloadOnShow="True" style="z-index: 10000" OnClientClose="RadWindowOnClientClose" DestroyOnClose="True" Behaviors="Move">
        <Windows>
            <telerik:RadWindow ID="RadWindow1" runat="server" Top="10px" ReloadOnShow="true" DestroyOnClose="false" AutoSize="False" Modal="True" OnClientClose="RadWindowOnClientClose" Animation="Fade" Behaviors="Move">
            </telerik:RadWindow>
        </Windows>
    </telerik:RadWindowManager>
Declined
Last Updated: 26 May 2014 13:00 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Declined
Last Updated: 15 May 2014 15:02 by ADMIN
ADMIN
Created by: Dobromir
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
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: 19 Mar 2014 12:05 by ADMIN
Created by: Jeremy Schaab
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
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.
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
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 09:56 by ADMIN
Created by: Hossein
Comments: 3
Category: UI for ASP.NET AJAX
Type: Feature Request
2
I think Telerik missing and OCR control to be complete set. We used Telerik for our web development and recently there was a project that we need to OCR the uploaded document. We would like telerik to be one stop shop for development tools and don't go around to find complimentary controls for OCR. So my suggestion is to add OCR control(s) 

Regards,
Hossein
Declined
Last Updated: 19 Mar 2014 09:51 by ADMIN
ADMIN
Created by: Marin Bratanov
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
7

			
Declined
Last Updated: 14 Mar 2014 08: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/
Declined
Last Updated: 27 Jan 2014 10:45 by Elena
We have used Telerik controls for ASP.NET AJAX on our email verification ASP.Net application running on Windows server 2008 with IIS 8 in implementing a progress bar which shows the progress of emails verified. However, we have observed that when the application is run via the local host ( http://localhost/appplication.aspx) the progress bar always displays. However, when we run the application through the URL (http://111.222.333.444/application.aspx), the progress bar do not appear. Please kindly look into this.