Unplanned
Last Updated: 19 Dec 2024 15:03 by Chris
With the latest version, RadSpell does not function properly and throws an error (h is not a constructor)
Unplanned
Last Updated: 18 Dec 2024 08:48 by ADMIN
Created by: Wojtek Kossowski
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0

I reeally would like to see the Blazor Sankey Chart component in the ASP.NET AJAX library!

Kind regards

Robert

Completed
Last Updated: 16 Dec 2024 14:03 by ADMIN
Workaround is to add the following function override at the end of the page (a sample is attached below)
				Telerik.Web.UI.Editor.Utils.isWindowDestroyed = function (window) {
					var doc;
					try{
						doc = window.document;
					} catch (e) {
						return true;
					}
					if(Telerik.Web.Browser.safari && !doc){
						return true;
					}
					return !doc.defaultView && !doc.parentWindow;
				}
Completed
Last Updated: 16 Dec 2024 13:59 by ADMIN
http://screencast.com/t/FJjlN3yw

The error message reads
'ContextMenus' could not be initialized. Details: Object reference on set to an instance of an object.
Won't Fix
Last Updated: 16 Dec 2024 13:57 by ADMIN
Several JS errors are trown when writing in re-focussed empty Editor in Chrome.

Video:  https://www.screencast.com/t/Wx6Ucs8m6S5w

First error's message:
RadEditor.js:10521 Uncaught TypeError: Cannot read property 'startContainer' of null


Steps to reproduce:
1. Open in Chrome: http://demos.telerik.com/aspnet-ajax/editor/examples/trackchanges/defaultcs.aspx
2. Switch to HTML mode and clear the whole content
3. Switch back to Design mode
4. Click any of the Bold/Italic/Underline commands
5. Click out of the Editor's element
6. Click back in the Editor's content area and start typing

Result: JS errors are thrown
Won't Fix
Last Updated: 16 Dec 2024 13:32 by ADMIN
Won't Fix
Last Updated: 16 Dec 2024 13:29 by ADMIN
ADMIN
Created by: Peter Milchev
Comments: 1
Category: SearchBox
Type: Bug Report
0

			
Won't Fix
Last Updated: 16 Dec 2024 13:27 by ADMIN
The size of a dock is increased a bit each time it is dropped and the  EnableAnimation="True".

Video: https://www.screencast.com/t/LoUJbAb8c

Workaround:
Set EnableAnimation="False"

Steps to reproduce:
1. Run the following code.
2. Swipe the first and second dock several times (Test 1 and Test 2)

                <telerik:RadDockZone ID="Zone1" runat="server" Height="500px" Orientation="Horizontal" Width="400px">
                    <telerik:RadDock RenderMode="Lightweight" runat="server" Height="110px" Width="140px" ID="RadDock1" Title="RadDock A" DefaultCommands="None" DockMode="Docked"
                        EnableAnimation="True" EnableRoundedCorners="True" Skin="Silk">
                        <ContentTemplate>
                            <div style="background-color: blue; width: 110px; color: white">
                                Test 1
                            </div>
                        </ContentTemplate>
                    </telerik:RadDock>
                    <telerik:RadDock RenderMode="Lightweight" runat="server" Height="110px" Width="140px" ID="RadDock2" Title="RadDock B"
                        DefaultCommands="None" DockMode="Docked" EnableAnimation="True" EnableRoundedCorners="True" Skin="Web20">
                        <ContentTemplate>
                            <div style="background-color: red; width: 110px; color: white">
                                Test 2
                            </div>
                        </ContentTemplate>
                    </telerik:RadDock>
                    <telerik:RadDock RenderMode="Lightweight" runat="server" Height="110px" Width="140px" ID="RadDock3"
                        Title="RadDock C" DefaultCommands="None" DockMode="Docked" EnableAnimation="True" EnableRoundedCorners="True" Skin="Web20">
                        <ContentTemplate>
                            <div style="background-color: green; width: 110px; color: white">
                                Original
                            </div>
                        </ContentTemplate>
                    </telerik:RadDock>
                </telerik:RadDockZone>


Result: The width of the first two docks is different than the one which has not been dragged (Original)

Expected: The width of all docks remains the same.
Won't Fix
Last Updated: 16 Dec 2024 13:24 by ADMIN
Completed
Last Updated: 13 Dec 2024 15:49 by ADMIN
Release 2025 Q1 (Feb)
Replace the obsolete Import method overload in RadEditor source code. These method now use the updated overload that include a TimeSpan? timeout parameter. Add a new timeout setting SecurityHelper.ImportTimeout to ensure configurable timeout handling across the application. The update aligns with modern practices for enhanced application performance and reliability.
Completed
Last Updated: 11 Dec 2024 13:21 by ADMIN
Release 2025 Q1 (Feb)
Update the Render methods in XlsxRenderer.cs and DocxRenderer.cs to replace obsolete Export method overloads from IWorkbookFormatProvider and DocxFormatProvider. These methods now use the updated overloads that include a TimeSpan? timeout parameter. Add a new timeout setting SecurityHelper.ExportTimeout to ensure configurable timeout handling across the application. The update resolves compiler warnings (CS0618) caused by the usage of deprecated method overloads and aligns with modern practices for enhanced application performance and reliability.
Completed
Last Updated: 06 Dec 2024 15:31 by ADMIN
Release 2025 Q1 (Feb)

If the PushButton has a PostBackUrl, when clicked, it will not go to the specified page. You can work around it with the below code: 

let $T = Telerik.Web.UI;

if ($T) {
    let originalFunction = $T.Button.PostbackFunctionality.prototype._postback;

    $T.Button.PostbackFunctionality.prototype._postback = function () {
        var that = this,
            o = that.options,
            cState = o.controlState;

        if (!o.postbackReference) {
            var shouldPostback = o.submitBtn && (cState.splitButtonClicked || !that._isInput);

            if (shouldPostback) {
                __doPostBack(o.controlId, cState.eventArguments);
            }

            return !shouldPostback;
        }

        var postbackFunction = o.postbackReference.replace('WebForm_DoPostBackWithOptions', 'this.WebForm_DoPostBackWithOptions');

        postbackFunction = postbackFunction.replace('RadButtonEventArguments', cState.eventArguments);

        return eval(postbackFunction);
    }
}

Unplanned
Last Updated: 06 Dec 2024 11:59 by ADMIN
Created by: Doug
Comments: 1
Category: SocialShare
Type: Feature Request
0
https://demos.telerik.com/aspnet-ajax/socialshare/examples/customicons/defaultcs.aspx 
https://icons8.com/icons/ 
https://bsky.app/ 
We now have Blue Sky, written by the guys who wrote Twitter; there is no icon for this, but there will be new platforms coming along, and how do you keep up? Therefore, to be able to customize your social share would be useful. Then define your CSS name as 'sshShareOnxxxxx01', with the custom behaviours as a template, is this page as a template token '{url}' , this also needs to deal with "Comment on the page" (not just share it), to copy the URL (to cut and paste into a SMS message or WhatsApp).    This social share is part of the new world, eg what do you do with a share with voice.
Eg attach this URL to a WhatsApp voice message? 
This would be useful in Campaigning when you want to send a URL and a voice message (e.g., "Vote for Me").
You also need to have in the template a localization flag. We can assume its always en_us but that's not Telerik,
Also adding the CSS content as a SVG would be good to.
Also would be nice to have this in KendoUI as well.

.sshShareOnTwitter::before {
    content: url("../X.png");
}

Completed
Last Updated: 03 Dec 2024 16:59 by ADMIN
ADMIN
Created by: Dimitar
Comments: 2
Category: Scheduler
Type: Bug Report
0

			
Completed
Last Updated: 03 Dec 2024 15:01 by ADMIN
GridAutoCompleteColumn columns cannot be created programmatically during OnLoad event, but only using the OnInit event.

In the attached sample, if you comment out 
panelOnInit.Controls.Add(gridOnInit);
and uncomment
panelOnLoad.Controls.Add(gridOnLoad);
when you click Edit in one row the following exception is thrown
Cannot create column with the specified type name: GridAutoCompleteColumn

But if you comment out 
panelOnLoad.Controls.Add(gridOnLoad);
and uncomment
panelOnInit.Controls.Add(gridOnInit);
the sample works

Note that if you change the GridAutoCompleteColumn for any other control type, for example GridHTMLEditorColumn, both methods will work.
Completed
Last Updated: 03 Dec 2024 14:27 by ADMIN
Completed
Last Updated: 03 Dec 2024 14:26 by ADMIN
1 2 3 4 5 6