I'm using the latest version of Telerik AJAX control but still facing issue because Telerik control uses old version of jQuery (1.12.4) so guide me to avoid vulnerability.
Hello.
I am having issues with filter on any RadGrid on my site.
WHenever I try to filter using "Less than or equal" or "Greater than or equal" it does nothing. But it throws the following JavaScript error whenever I click the filter button:
ManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: No property or field 'rEqualTo' exists in type 'DataRowView'
It seems to be a built-in file used by Telerik for filtering.
Any help would be appreciated
Many thanks.
I am using a RadGrid and when the grid populates I would like to use alternate row colour depending on the values of the Works Order number if the previous value is the same as the current row value. For example, I have the following rows below. I would like the row colour with WO 11222 to be "rgRow" and the WO with 45874 to be row colour "rgAltRow" then back to rgRow for the next WO. So I basically want the alternate row colour to work on change of WO number.
Is there a way to achieve this please?
WO Qty Part
11222 3 XYZ
11222 4 XYZ
45874 1 UYH
45874 3 UYH
Hi,
I was very pleased to see the addition of the RadSignature-control to the Telerik UI for ASP-NET AJAX suite, however there are some functionalities, which we would require to properly make use of this control.
And some other bugs, I've stumbled upon (- which are not as relevant to us):
If you need any further information on any of those topics, feel free to ask.
Kind regards,
Matthias
RadNotification seemingly does not have focus trap
Am i missing something?
I saw this post: Hide XAxis Labels in UI for ASP.NET AJAX | Telerik Forums
And I would like to use the OnBeforeLayout server event for my project. But I couldn't find it in documentation. Where is this event now? Did telerik team rename it or just remove it?
Could someone tell me?
Thanks.
I want to use the Radeditor to edit HTML data. However, I have a special image editor that I want to execute when the user double clicks on certain images in the document. Is this possible with Radeditor? Can I execute Javascript in the editor?
Thanks,
Arthur
Dear Telerik Team,
We have purchased Telerik UI for ASP.NET AJAX UI 2010.1519. Now we are facing vulnerable issues as it is using jQuery 1.4.2.
One of the Telerik doc tells that
When Telerik upgraded jQuery version to 3.3.1, it faces incompatibilities with the MS AJAX framework and its __doPostBack() method. Due to which, Telerik downgraded jQuery version Telerik UI for ASP.NET AJAX R1 2019 - present are using a modified jQuery version 1.12.4 that includes security vulnerability backport fixes.
Is there a fix to overcome this issue other than upgrading the Telerik version to 2019 or greater?