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: 01 Jun 2017 12:30 by ADMIN
When zoom is applied in IE browser and button coordinates are not an integer RadImageButton tries to convert them to an integer on the server on postback and fails.

Workaround:

			<telerik:RadImageButton runat="server" ID="rib1" Width="50" Height="50" OnClick="rib1_Click" Image-Url="~/images/myImage.png"></telerik:RadImageButton>
			<script>
				Telerik.Web.UI.Button.ImageCoordsFunctionality.prototype._calculateCoords = function (e) {
					var container = this._ui.element;
					var pos = $telerik.getLocation(container);
					var scroll = $telerik.getScrollOffset(container, true);

					return new Telerik.Web.UI.Point(parseInt(e.clientX + scroll.x - pos.x), parseInt(e.clientY - pos.y + scroll.y));
				}
			</script>
Completed
Last Updated: 28 Jun 2016 13:26 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Completed
Last Updated: 16 Apr 2015 09:50 by Elena
Completed
Last Updated: 28 Jun 2016 09:12 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Completed
Last Updated: 25 Nov 2015 15:20 by ADMIN
ADMIN
Created by: Vessy
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
2
The text in the tabs' titles of the Sliding panes of the Splitter control are not properly rotated.

Can be reproduced here:
http://demos.telerik.com/aspnet-ajax/splitter/examples/overview/defaultcs.aspx

http://demos.telerik.com/aspnet-ajax/splitter/examples/sp_firstlook/defaultcs.aspx
Completed
Last Updated: 01 Jun 2016 15:46 by ADMIN
Created by: Albert Shenker
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
There are several other suggestions along these lines, but in general, Telerik needs to make their data input controls more consistent in the implementation of a "Label" property. Without such consistencies, it makes including controls that have this property and those that don't together on the same page much more difficult. As of the writing of this, the DropDownList and DatePicker controls do not have a Label property. There is no apparent reason why this should be so.

All of the input controls should have this property.

Related requests:

http://feedback.telerik.com/Project/108/Feedback/Details/149658-add-built-in-label-to-control

http://feedback.telerik.com/Project/108/Feedback/Details/66117-add-label-property-to-ajax-raddatepicker

Related annoyed forum thread about the omission of this property in the DropdownList control:

http://www.telerik.com/forums/dropdownlist-label#TI3zWYeMFESXjPIY_bYjZg
Completed
Last Updated: 18 Sep 2015 09:39 by Khushboo
ADMIN
Created by: Ianko
Comments: 2
Category: UI for ASP.NET AJAX
Type: Bug Report
2
When adding a link with a class name, the Unlink command cannot remove the formatting. 

Temporary solution is to clear anchor's classes programmatically via the ApplyClass command:

<telerik:RadEditor runat="server" ID="RadEditor1" OnClientCommandExecuting="OnClientCommandExecuting">
    <Content>
        <a href="http://www.telerik.com" class="my-class">link</a>
    </Content>
</telerik:RadEditor>

<script type="text/javascript">
    function OnClientCommandExecuting(sender, args) {
        var command = args.get_commandName && args.get_commandName();

        if (command === "Unlink") {
            var myArgs = new Telerik.Web.UI.EditorCommandEventArgs("ApplyClass", null, "");
            sender.fire("ApplyClass", myArgs);
        }
    }
</script>
Completed
Last Updated: 20 Oct 2015 22:21 by ADMIN
ADMIN
Created by: Joana
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Completed
Last Updated: 04 May 2020 14:35 by ADMIN
Created by: Wiesław
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
Please create high contrast theme for people with disabilities.

The best colors are yellow and black and there should be two combinations: yellow on black and black on yellow.

Please look at attachements for very good example.
Completed
Last Updated: 28 Jun 2016 09:09 by ADMIN
ADMIN
Created by: Rumen
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Completed
Last Updated: 01 Jun 2021 12:21 by ADMIN
ADMIN
Created by: Rumen
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Completed
Last Updated: 19 May 2015 10:55 by Elena
Completed
Last Updated: 09 Jul 2015 10:33 by Ioish
Completed
Last Updated: 17 Mar 2015 13:39 by ADMIN
Completed
Last Updated: 31 Oct 2014 14:21 by ADMIN
Completed
Last Updated: 26 Jul 2016 12:37 by ADMIN
Completed
Last Updated: 12 Jun 2015 12:16 by ADMIN
ADMIN
Created by: Peter
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
2

			
Completed
Last Updated: 31 Oct 2014 13:58 by Elena
Completed
Last Updated: 17 Mar 2015 11:37 by ADMIN
ADMIN
Created by: Slav
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
2