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...
Completed
Last Updated: 02 Jul 2014 14:33 by ADMIN
ADMIN
Created by: Ianko
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
This bug causes incorrect user behavior. Lists cannot be disconnected with Enter, in some cases user cannot add multiple empty paragraphs. 

For the time being you can resolve the issue by incorporating the following JS code block:

<telerik:RadEditor runat="server" ID="RadEditor1">
</telerik:RadEditor>

<script type="text/javascript">
    var setCursorFn = Telerik.Web.UI.Editor.Utils._setCursorInNode;
    Telerik.Web.UI.Editor.Utils._setCursorInNode = function (cursorElement, container, editor) {
        setCursorFn.call(this, cursorElement, container, editor);
        if ($telerik.isChrome) {
            var selection = editor.getSelection();
            var range = selection.getRange();
            if (!range.collapsed) {
                range.collapse();
                selection.selectRange(range);
            }
        }
    }
</script>
Completed
Last Updated: 30 Jun 2014 10:52 by ADMIN
In case where RadButton is set as DefaultButton to the form or a panel and should trigger validation it does not PostBack the page regardless if the page is valid or not
Completed
Last Updated: 26 Jun 2014 11:44 by ADMIN
Completed
Last Updated: 25 Jun 2014 11:14 by Rumen Jekov
ADMIN
Created by: Rumen
Comments: 5
Category: UI for ASP.NET AJAX
Type: Feature Request
38

			
Completed
Last Updated: 24 Jun 2014 08:50 by ADMIN
Button single click becomes disabled permanently if a validation error is detected. After satisfying the validator conditions the button doesn't get enabled and it is not possible to post back the page.
Completed
Last Updated: 20 Jun 2014 15:27 by J
ADMIN
Created by: Marin Bratanov
Comments: 9
Category: UI for ASP.NET AJAX
Type: Feature Request
12

			
Completed
Last Updated: 18 Jun 2014 17:08 by ADMIN
Created by: Daniel Aquere
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Hi Telerik Team,

I'd like to suggest a control with a real gantt chart, something like a ms project.

I and others are using external controls to have this functionalitty

Thanks, best

Daniel
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>
Completed
Last Updated: 28 May 2014 13:22 by ADMIN
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

			
Completed
Last Updated: 26 May 2014 07:29 by ADMIN
Created by: Imported User
Comments: 3
Category: UI for ASP.NET AJAX
Type: Feature Request
1
It would be nice to have a calculator input field.
Completed
Last Updated: 23 May 2014 12:28 by ADMIN
ADMIN
Created by: Misho
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0
PDF export format is not compatible with Windows 8 default viewer.
However the exported PDFs could be opened in Adobe Reader for Windows 8. 
Completed
Last Updated: 22 May 2014 14:53 by ADMIN
Completed
Last Updated: 22 May 2014 14:40 by ADMIN