Completed
Last Updated: 16 May 2019 15:54 by ADMIN
Created by: Sergey
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
3

Hello,

There seems to be a bug with the RadEditor "Find and Replace" feature. I have recorded a screencast available here documenting the issue and will also provide below the information written: https://www.screencast.com/t/MXFawxIPp

Reproduction Steps:

Expected: '<img' is replaced with '<picture'

Actual:'<img' is replaced with '&lt;picture'

Notes:This seems to be an issue with encoding as &lt; is a less than tag. As you can see in the video, I do not think there is a way to escape the character to allow it to be replaced correctly. If you have additional questions, please ask.

 

Best Regards

Completed
Last Updated: 06 Apr 2015 15:15 by yogaraj
ADMIN
Created by: Pavlina
Comments: 4
Category: UI for ASP.NET AJAX
Type: Bug Report
3

			
Completed
Last Updated: 05 Nov 2018 08:54 by Smit
After having a filter applied, filter value is not cleared when FilterOption was set to "NoFilter".


The following client-side logic would clear the textbox values before the filtering is applied if filter options are set to "NoFilter"

            function onCommand(sender, args) {
                if (args.get_commandName() == "HeaderContextMenuFilter") {
                    var firstTextBox = $("[id$='HCFMRTBFirstCond']")[0].control;
                    var firstFilterOption = args.get_commandArgument().split("|")[1];

                    var secondTextBox = $("[id$='HCFMRTBSecondCond']")[0].control;
                    var secondFilterOption = args.get_commandArgument().split("|")[3];

                    if (firstFilterOption.includes("NoFilter") && firstTextBox.get_value() != "") {
                        args.set_cancel(true);
                        var value = firstTextBox.get_value();
                        firstTextBox.clear();
                        var newArg = args.get_commandArgument().replace("|" + value + "|?", "||?");
                        args.get_tableView().fireCommand(args.get_commandName(), newArg);
                    }

                    if (secondFilterOption.includes("NoFilter") && secondTextBox.get_value() != "") {
                        args.set_cancel(true);
                        var value = firstTextBox.get_value();
                        secondTextBox.clear();
                        var newArg = args.get_commandArgument().replace("|" + value + "|?", "||?");
                        args.get_tableView().fireCommand(args.get_commandName(), newArg);
                    }
                }
            }
Completed
Last Updated: 26 May 2016 11:52 by Mbott
There  is a JS error thrown in IE8 when the SlidingPanes are loaded. The error message is "Invalid procedure call or argument".
Completed
Last Updated: 12 Nov 2014 14:02 by ADMIN
Completed
Last Updated: 16 Apr 2015 08:53 by TigerCoder
Completed
Last Updated: 08 Oct 2014 15:25 by ADMIN
ADMIN
Created by: Iana Tsolova
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
3
Examples:

http://demos.telerik.com/silverlight/#Treemap/AbsoluteValueBrushColorizer

Add your own example or features you would like a treemap control to have by commenting below.
Completed
Last Updated: 06 May 2014 12:57 by ADMIN
Created by: Steve
Comments: 5
Category: UI for ASP.NET AJAX
Type: Feature Request
3
You need to support touch capabilities in your ASP.Net controls. Drag and drop and swiping are critical to my apps that I build for the PC. With Windows 8 and touch screen monitors now prevalent, you need to support them!
Completed
Last Updated: 04 May 2015 11:46 by Elena
Completed
Last Updated: 17 Mar 2015 07:52 by ADMIN
Completed
Last Updated: 29 Jun 2016 12:15 by ADMIN
ADMIN
Created by: Georgi Tunev
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
3

			
Completed
Last Updated: 20 Sep 2013 08:45 by ADMIN
Completed
Last Updated: 20 Jul 2015 14:14 by ADMIN
ADMIN
Created by: Galin
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
3

			
Completed
Last Updated: 10 Sep 2020 09:56 by ADMIN
Release R1 2017 SP1
ADMIN
Created by: Peter Milchev
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
3

			
Completed
Last Updated: 17 Mar 2015 12:51 by peter
Completed
Last Updated: 26 Mar 2014 14:23 by ADMIN
Completed
Last Updated: 29 Jan 2015 12:19 by truecare
Completed
Last Updated: 22 Dec 2015 15:32 by Kyle
Completed
Last Updated: 27 Jan 2014 10:45 by Keith
Completed
Last Updated: 10 Sep 2020 09:54 by ADMIN
Release R1 2018