Completed
Last Updated: 10 Nov 2014 13:13 by Elena
if I set the editor content using set_html() method, it creates an undo point but when you click on undo (or call editor.fire('Undo'); ) undo icon becomes inactive but nothing happens to the content

function setHtmlTestCommand(commandName, editor, args) {
	var html = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
	html += '<html xmlns="http://www.w3.org/1999/xhtml">';
	html += "<p style='color:red;background-color:black;'>Test test test</p>";
	html += "</html>";
	editor.set_html(html)
};

The problem is due to that full HTML content is set in the content area.
Declined
Last Updated: 17 Mar 2015 11:28 by Elena
Created by: Rigel
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
I am developing a web application in which i m facing problem of dropdown residing inside user control is not updated.

Overview of Entire Problem.
As per my and client's requirement:
I've created two user control.
One user control having a drop down.
Another user control having few no of controls and its event.

Both user control i've used in my one web page twice.

For partial postback use following AjaxSettings.

 <telerik:RadAjaxManager ID="RadAjaxManager1" DefaultLoadingPanelID="RadAjaxLoadingPanel1"
        runat="server">
  <AjaxSettings>
 <telerik:AjaxSetting AjaxControlID="btnSave">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="FilterDropDown" />
                    <telerik:AjaxUpdatedControl ControlID="FilterDropDownGridContact" />
                </UpdatedControls>
            </telerik:AjaxSetting>
</AjaxSettings>
    </telerik:RadAjaxManager>
    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server">
    </telerik:RadAjaxLoadingPanel>

Now concentrate here,
btnSave is asp server side button residing inside in second user control.
And as I told both user control i've used in my same page twice.
FilterDropDown and FilterDropDownGridContact is two user control.(having only a drop down)
Now when I click on btnSave of first user control event fires and as per ajax setting dropdown user control updates.

But, when I click on btnSave of second user control events fires but user control is not updated.

So, Whats issue??

Is there any way, so that i can update ajax setting such as update first user control when respective user control's btnSave fires and so on.



Completed
Last Updated: 22 Jul 2016 10:30 by ADMIN
Per DISA security hardening requirements, unlisted file extensions should be filtered in URL requests as seen in the following DISA STIG: http://www.stigviewer.com/check/V-26046

To do this, the Telerik UI for ASP.NET AJAX must publish extensions that are used in the libraries.  Without the extensions being published, it is not possible to implement this hardening requirement since the application will not function properly due to the unknown extensions being blocked.  Please publish the library extensions being used so that the hardening setting to filter unlisted file extensions can be turned on.  If this cannot be done, please identify the reasoning so that a deviation from the hardening requirement can be approved by the security team.
Declined
Last Updated: 13 Oct 2014 14:50 by ADMIN
Completed
Last Updated: 11 Oct 2017 08:41 by ADMIN
ADMIN
Created by: Dobromir
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
12
A new control RadButtonList/Group providing RadioButton/CheckBox List controls utilizing RadButton's Radio and CheckBox ToggleTypes
Completed
Last Updated: 17 Mar 2015 11:24 by ADMIN
ADMIN
Created by: Dobromir
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
3

			
Completed
Last Updated: 12 Nov 2014 13:05 by ADMIN
Completed
Last Updated: 19 Sep 2014 12:45 by ADMIN
ADMIN
Created by: Pavlina
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
3

			
Completed
Last Updated: 04 Jul 2014 14:33 by ADMIN
Created by: abbottdev
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
9
Rather than relying on pure javascript to instantiate a Map, which some developers way struggle with, introduce a map control that has server side functions (as well as client side) to select areas, geo-code, and add markers. Add the features contained in http://www.telerik.com/products/wpf/map.aspx

Also, to be able to databind to a collection, specifying a LatitudeDataValue, and LongitudeDataValue and DisplayMemberValue which describes the Lat/Lng and marker names, without the need for client JS! Would love to see the heatmaps implemented in particular.. Any other takers??
Completed
Last Updated: 25 Feb 2014 12:47 by ADMIN
Created by: Anup
Comments: 4
Category: UI for ASP.NET AJAX
Type: Feature Request
1
We use Radar Chart extensively in our ASP.Net application. It wil be great to have this charting type in ASP.Net suite. Is Radar Chart  there in your ASP.Net roadmap ?
Thanks,
Anup
Unplanned
Last Updated: 06 Jun 2016 14:01 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
6
Some times we get customers using the combobox as a show / hide panel for other stuff. While this is some what clever solution, the combo is not really designed for that.

An alternative would be to use the panelbar, yet it does not fit the purpose of the control I have in mind.

Details panel (or what ever name we come up with) is a control that has a title, sort of like the panelbar and content area that's always custom.

The details pane should allow for two modes: overlay and displace e.g. overlay acts as the way combobox acts now and displace acts in a similar fashion to the current panel bar.

Apart from the aforementioned usage, another example will be the configuration panel in the QSF.
Completed
Last Updated: 19 May 2015 10:55 by Elena
Completed
Last Updated: 03 Nov 2014 09:26 by ADMIN
Completed
Last Updated: 28 Jul 2015 08:47 by ADMIN
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

			
Completed
Last Updated: 01 Sep 2014 07:42 by ADMIN
Completed
Last Updated: 22 May 2015 04:35 by ADMIN
ADMIN
Created by: Slav
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
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

			
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: 03 Nov 2014 09:27 by ADMIN