Hi, I have trouble with RadScriptManager. I would like combine scripts on page to only one file. But when I enabled it, my site threw javascript error on loading.
Please help me fix it, it would also be better if you can help me understand what happened.
First image is what I set up for RadScriptManager
Secondary image is the error.
I have no idea what's Telerik.Web.UI.Point, I haven't used it anywhere.
Please help me get this error out & fix it.
Thank you.
We are evaluating whether to use Telerik to redesign a legacy web app written using an old version of Telerik.
After downloading Trial version on fresh install of windows, I can't add ajax control to form. `I am using visual studio 2019, this is the first version of Telerik installed on this computer. I just get the "Error Creating Control RadScriptManager1. They do show up in the toolbox so this surprises me.
Very latest version.
7/28/2019
Could it be a license issue?
The current colors, #0082CC and #FFFFFF that are used for forecolor and backcolor, have 4.14:1 color contrast ratio: https://webaim.org/resources/contrastchecker/?fcolor=FFFFFF&bcolor=0082CC
The minimum required color contrast ratio is 4.5:1 for AA Compliance, and 7:1 for AAA Compliance.
A possible alternative color for the #0082CC blue can be #007CC.
I have a RadCheckboxList In an ASP Panel. When Enabling/Disabling the panel the CheckBoxList does not Enable/Disable. I tested this with a simple mock up with additional controls that work as expected:
<asp:Panel ID="TestPanel" runat="server" Enabled="true">
<telerik:RadCheckBoxList ID="WeeklyDays" runat="server" Columns="4" AutoPostBack="false">
<Items>
<telerik:ButtonListItem Text="Monday" Value="2" />
<telerik:ButtonListItem Text="Tuesday" Value="4" />
<telerik:ButtonListItem Text="Wednesday" Value="8" />
<telerik:ButtonListItem Text="Thursday" Value="16" />
<telerik:ButtonListItem Text="Friday" Value="32" />
<telerik:ButtonListItem Text="Saturday" Value="64" />
<telerik:ButtonListItem Text="Sunday" Value="1" Selected="true" />
</Items>
</telerik:RadCheckBoxList>
<telerik:RadTextBox ID="TestText" runat="server"></telerik:RadTextBox>
<telerik:RadDatePicker ID="TestDate" runat="server"></telerik:RadDatePicker>
</asp:Panel>
<br />
<telerik:RadCheckBox ID="ToggleEnabled" runat="server" Text="Toggle Panel" AutoPostBack="true" Checked="true" OnCheckedChanged="ToggleEnabled_CheckedChanged"></telerik:RadCheckBox>
protected voidToggleEnabled_CheckedChanged(objectsender, EventArgs e)
{
TestPanel.Enabled = Convert.ToBoolean(ToggleEnabled.Checked);
}
Reproduction steps:
Go to the Telerik demo at https://demos.telerik.com/aspnet-ajax/textbox/overview/defaultcs.aspx
In the Comment box, type "one two". Do not let the textbox lose focus.
Highlight "two" and start to drag it to move it before "one". The other text ("one") will disappear, and is gone forever, as far as I can tell.
It can be also reproduced with this configuration:
<telerik:RadTextBox RenderMode="Lightweight" runat="server" ID="RadTextBox3" Width="200px" EmptyMessage="Enter comment" TextMode="MultiLine" Height="100px" Resize="None"></telerik:RadTextBox>
A function that will return a thumbnail of the requested size and the page of a multipage pdf document.
Don
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 '<picture'
Notes:This seems to be an issue with encoding as < 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
Hi,
It will be great to have a property in a raddock to automatically adjust its height/width to occupy the new space created when some other raddock in the layout is minimized. This will avoid the need for the user to adjust the height/width of the raddock which is still visible.
I have a problem with the deletecommand of the asp.net radgrid control (Telerik.Web.UI 2019.1.215.40).
This happens only in the latest release of Chrome.
I hope you can replicate this issue and eventually fix it.
Hi,
Trying to use a web testing tool (Selenium) and using xpath is not always working. I was wondering if it would be possible to always add an ID property to controls, especially in drop downs etc. so that it can clicked properly.
We could use a new calendar control that works differently than the scheduler, or any existing calendar control.
Overview of features and how it would work:
Treat as an array so we could loop through the control and read each value for saving to database or to take action on from code.
Example shown below. This is dynamically creating using tables and HTML. Not the nicest looking, and a pain to reuse anywhere. We could make use of this type of control in a lot of applications.