Hi,
How we can hide the version of Telerik currently installed from the HTML source?
We don't want to show this information at client side to prevent the hackers can use vunerabilities known in the version we used/installed in our applications.
If we check the HTML source, we see the following:
- <!-- 2018.2.710.45 -->
- Telerik.Web.UI%2c+Version%3d2018.2.710.45 in Telerik.Web.UI.WebResource.axd
public static IEnumerable ExpandRecurrence(string recurrenceRule, DateTime rangeStart, DateTime rangeEnd) |
{ |
List<OccurrenceInfo> occurrences = new List<OccurrenceInfo>(); |
RecurrenceRule rrule; |
if (RecurrenceRule.TryParse(recurrenceRule, out rrule)) |
{ |
rrule.SetEffectiveRange(rangeStart, rangeEnd); |
foreach (DateTime occStart in rrule.Occurrences) |
{ |
OccurrenceInfo info = new OccurrenceInfo(occStart, occStart.Add(rrule.Range.EventDuration)); |
occurrences.Add(info); |
} |
} |
return occurrences; |
} |
public class OccurrenceInfo |
{ |
private DateTime start; |
private DateTime end; |
public OccurrenceInfo(DateTime start, DateTime end) |
{ |
this.start = start; |
this.end = end; |
} |
public DateTime Start |
{ |
get { return start; } |
set { start = value; } |
} |
public DateTime End |
{ |
get { return end; } |
set { end = value; } |
} |
} |
RecurrenceRule.TryParse("DTSTART:2008422T000000Z\nDTEND:2008423T000000Z\nRRULE:FREQ=YEARLY;INTERVAL=1;BYMONTHDAY=22;BYDAY=MO,TU,WE,TH,FR,SA,SU;BYMONTH=04\n", out rrule) |
After installing Visual Studio 2019 and Reporting Services, then installing UI ASP.NET 2020_3_1021, visual studio crashes with a "Not Responding" when opening any reporting solution/project. Is there a conflict with versions?
Thank you,
Jim
Hi,
We have a solution that users can use either with a Windows solution or with a Web browser.
With your great support, we were able to add PushButtonField to a PDF file with Windows Forms solution.
Is this possible also with Ajax version? To get a mouse location, zoom and information if document is rotated. I'm really bad with Javascript.
Thanks in advance for your great support!
Br. Mikko
Hello,
I am trying to create a spreadsheet where users can input data to a formatted sheet. The changes are written to database and then the spreadsheet values are changed according to data inputted. But writing data with Javascript triggers the event again. Locking the OnClientChange method is one way I accomplished this, but rapid changes don't get recognized and are ignored. Is there a better way of fixing this issue?
Thanks for any help in advance :D
How do I stop values from changing when dragging cells. In the provided example, the values iterate trough day abbreviations (the days are in Lithuanian language. Translations of the day abbreviations would be: friday, saturday, sunday, monday, tuesday). What is weird is that I can't replicate it in English or Russian.
Thanks for any help provided! :D
We're using a telerik:RadEditor and have just updated to .Net 4.7.2.
When we click on some of the controls, e.g. the "strip formatting" control, then we sometimes (not always) get the following error shown in the Browser's console "Cannot read property 'trim' of undefined".
We're running version 2014.1.403.35 of the Telerik.Web.UI. We know that there are newer versions available but don't want to have to upgrade if this is not required.
Two errors are as follows:
---------------------------------------------------
Uncaught TypeError: Cannot read property 'trim' of undefined
at Telerik.Web.UI.Editor.CommandList.FormatStripper (ScriptResource.axd?d=aazrA2IzwYa-mybqnxJHNuwR7oLzVeGKajlCU16FhFRtnS--_IczI6StPES43dF5p3VhdeKc8qmWOjS62Imo4rAdY951oU0nH4rkwDlqPSiwQnJQKTAIVYx_IT3RLnPmHYf8LQ2&t=192abde7:5286)
at b.RadEditor.fire (ScriptResource.axd?d=aazrA2IzwYa-mybqnxJHNuwR7oLzVeGKajlCU16FhFRtnS--_IczI6StPES43dF5p3VhdeKc8qmWOjS62Imo4rAdY951oU0nH4rkwDlqPSiwQnJQKTAIVYx_IT3RLnPmHYf8LQ2&t=192abde7:9190)
at Telerik.Web.UI.Editor.CommandList.StripAll.StripCss.StripFont.StripSpan.StripWord (ScriptResource.axd?d=aazrA2IzwYa-mybqnxJHNuwR7oLzVeGKajlCU16FhFRtnS--_IczI6StPES43dF5p3VhdeKc8qmWOjS62Imo4rAdY951oU0nH4rkwDlqPSiwQnJQKTAIVYx_IT3RLnPmHYf8LQ2&t=192abde7:5262)
at b.RadEditor.fire (ScriptResource.axd?d=aazrA2IzwYa-mybqnxJHNuwR7oLzVeGKajlCU16FhFRtnS--_IczI6StPES43dF5p3VhdeKc8qmWOjS62Imo4rAdY951oU0nH4rkwDlqPSiwQnJQKTAIVYx_IT3RLnPmHYf8LQ2&t=192abde7:9190)
at b.RadEditor._onToolClick (ScriptResource.axd?d=aazrA2IzwYa-mybqnxJHNuwR7oLzVeGKajlCU16FhFRtnS--_IczI6StPES43dF5p3VhdeKc8qmWOjS62Imo4rAdY951oU0nH4rkwDlqPSiwQnJQKTAIVYx_IT3RLnPmHYf8LQ2&t=192abde7:8636)
at Array.<anonymous> (ScriptResource.axd?d=GZuwEaVOvbbWdhIPYEW2iXV706kRPa3GiaJu8HXrFo-6Dkpyvpw_mc90yZMYw-u19XjJoYxNmUJxy6oyY2r1Ei7PfTXYHJ_D_R5WJpvn6PEq4pTmFNPLO0gBhSW1K50hKayJPStEM8zP2Z1lo6eP3CkFkDQ1&t=ffffffff9a9577e8:5)
at ScriptResource.axd?d=GZuwEaVOvbbWdhIPYEW2iXV706kRPa3GiaJu8HXrFo-6Dkpyvpw_mc90yZMYw-u19XjJoYxNmUJxy6oyY2r1Ei7PfTXYHJ_D_R5WJpvn6PEq4pTmFNPLO0gBhSW1K50hKayJPStEM8zP2Z1lo6eP3CkFkDQ1&t=ffffffff9a9577e8:5
at Telerik.Web.UI.Editor.DefaultToolAdapter._raiseEditorEvent (ScriptResource.axd?d=aazrA2IzwYa-mybqnxJHNuwR7oLzVeGKajlCU16FhFRtnS--_IczI6StPES43dF5p3VhdeKc8qmWOjS62Imo4rAdY951oU0nH4rkwDlqPSiwQnJQKTAIVYx_IT3RLnPmHYf8LQ2&t=192abde7:3852)
at Telerik.Web.UI.Editor.DefaultToolAdapter._onDropDownValueSelected (ScriptResource.axd?d=aazrA2IzwYa-mybqnxJHNuwR7oLzVeGKajlCU16FhFRtnS--_IczI6StPES43dF5p3VhdeKc8qmWOjS62Imo4rAdY951oU0nH4rkwDlqPSiwQnJQKTAIVYx_IT3RLnPmHYf8LQ2&t=192abde7:3816)
at Array.<anonymous> (ScriptResource.axd?d=GZuwEaVOvbbWdhIPYEW2iXV706kRPa3GiaJu8HXrFo-6Dkpyvpw_mc90yZMYw-u19XjJoYxNmUJxy6oyY2r1Ei7PfTXYHJ_D_R5WJpvn6PEq4pTmFNPLO0gBhSW1K50hKayJPStEM8zP2Z1lo6eP3CkFkDQ1&t=ffffffff9a9577e8:5)
---------------------------------------------------
and
---------------------------------------------------
ScriptResource.axd?d=q3b8jhBaaaUVjdmDg_sw4nrFIKYD_ZXBnBKuMMRggtywaXsZR-WX-SrK85cfp6HO0ohnUIvJowAa-hyv3u316oBAhhvS3qnnTLe8OlYVJZZd96Oaz4GaxKav4p7ZCE8wWlqOKl24ypgpqcLdQHxop-0L8tmhc5wlmCWOMgADUZOoqK4n0&t=ffffffffecf19baa:237 Uncaught Sys.ArgumentOutOfRangeException: Sys.ArgumentOutOfRangeException: Value must be an integer.
Parameter name: y
Actual value was 268.81817626953125.
at Function.Error$create [as create] (http://localhost/myWebsiteAdmin/ScriptResource.axd?d=q3b8jhBaaaUVjdmDg_sw4nrFIKYD_ZXBnBKuMMRggtywaXsZR-WX-SrK85cfp6HO0ohnUIvJowAa-hyv3u316oBAhhvS3qnnTLe8OlYVJZZd96Oaz4GaxKav4p7ZCE8wWlqOKl24ypgpqcLdQHxop-0L8tmhc5wlmCWOMgADUZOoqK4n0&t=ffffffffecf19baa:237:15)
at Function.Error$argumentOutOfRange [as argumentOutOfRange] (http://localhost/myWebsiteAdmin/ScriptResource.axd?d=q3b8jhBaaaUVjdmDg_sw4nrFIKYD_ZXBnBKuMMRggtywaXsZR-WX-SrK85cfp6HO0ohnUIvJowAa-hyv3u316oBAhhvS3qnnTLe8OlYVJZZd96Oaz4GaxKav4p7ZCE8wWlqOKl24ypgpqcLdQHxop-0L8tmhc5wlmCWOMgADUZOoqK4n0&t=ffffffffecf19baa:302:21)
at Function$_validateParameterType [as _validateParameterType] (http://localhost/myWebsiteAdmin/ScriptResource.axd?d=q3b8jhBaaaUVjdmDg_sw4nrFIKYD_ZXBnBKuMMRggtywaXsZR-WX-SrK85cfp6HO0ohnUIvJowAa-hyv3u316oBAhhvS3qnnTLe8OlYVJZZd96Oaz4GaxKav4p7ZCE8wWlqOKl24ypgpqcLdQHxop-0L8tmhc5wlmCWOMgADUZOoqK4n0&t=ffffffffecf19baa:217:23)
at Function$_validateParameter [as _validateParameter] (http://localhost/myWebsiteAdmin/ScriptResource.axd?d=q3b8jhBaaaUVjdmDg_sw4nrFIKYD_ZXBnBKuMMRggtywaXsZR-WX-SrK85cfp6HO0ohnUIvJowAa-hyv3u316oBAhhvS3qnnTLe8OlYVJZZd96Oaz4GaxKav4p7ZCE8wWlqOKl24ypgpqcLdQHxop-0L8tmhc5wlmCWOMgADUZOoqK4n0&t=ffffffffecf19baa:130:18)
at Function$_validateParams [as _validateParams] (http://localhost/myWebsiteAdmin/ScriptResource.axd?d=q3b8jhBaaaUVjdmDg_sw4nrFIKYD_ZXBnBKuMMRggtywaXsZR-WX-SrK85cfp6HO0ohnUIvJowAa-hyv3u316oBAhhvS3qnnTLe8OlYVJZZd96Oaz4GaxKav4p7ZCE8wWlqOKl24ypgpqcLdQHxop-0L8tmhc5wlmCWOMgADUZOoqK4n0&t=ffffffffecf19baa:84:22)
at Function.Sys$UI$DomElement$setLocation [as setLocation] (http://localhost/myWebsiteAdmin/ScriptResource.axd?d=q3b8jhBaaaUVjdmDg_sw4nrFIKYD_ZXBnBKuMMRggtywaXsZR-WX-SrK85cfp6HO0ohnUIvJowAa-hyv3u316oBAhhvS3qnnTLe8OlYVJZZd96Oaz4GaxKav4p7ZCE8wWlqOKl24ypgpqcLdQHxop-0L8tmhc5wlmCWOMgADUZOoqK4n0&t=ffffffffecf19baa:4491:22)
at Object.setLocation (http://localhost/myWebsiteAdmin/ScriptResource.axd?d=bpIFcPnUkcYyn1Oas7QeqJT2ya_kbb63D72Bvn5GgMu2P5dJjlApzeU-Cms3QV1qxgTNoEFW6gf9_J5bEnRWID1R9NCGrOOZQVlvu5Ej0TkezzRaH_xo98ADcu_uoOpquFyKrg2&t=192abde7:314:47)
at Telerik.Web.PopupBehavior._fixPositionInBounds (http://localhost/myWebsiteAdmin/ScriptResource.axd?d=Z7NoM4_95v06tABtjkksmY5r-cIQNEuvG5B2q9ugNqnIEIgbVLxL5jY2pnajFDvWmGj4RqkhB8FXtuAJ8iEM--RmejtyD8ygNS-3I1Cr-x_FKyYqOdpmISxVMylcSvMa2jdqIOrTSPuRFiFR2g1tjk82Rt01&t=192abde7:347:10)
at Telerik.Web.PopupBehavior.show (http://localhost/myWebsiteAdmin/ScriptResource.axd?d=Z7NoM4_95v06tABtjkksmY5r-cIQNEuvG5B2q9ugNqnIEIgbVLxL5jY2pnajFDvWmGj4RqkhB8FXtuAJ8iEM--RmejtyD8ygNS-3I1Cr-x_FKyYqOdpmISxVMylcSvMa2jdqIOrTSPuRFiFR2g1tjk82Rt01&t=192abde7:304:12)
at Telerik.Web.UI.EditorToolStrip._show (http://localhost/myWebsiteAdmin/ScriptResource.axd?d=aazrA2IzwYa-mybqnxJHNuwR7oLzVeGKajlCU16FhFRtnS--_IczI6StPES43dF5p3VhdeKc8qmWOjS62Imo4rAdY951oU0nH4rkwDlqPSiwQnJQKTAIVYx_IT3RLnPmHYf8LQ2&t=192abde7:2545:21)
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel" runat="server" BackColor="#E0E0E0" |
Transparency="20"> |
<table style="width: 100%; height: 100%;"> |
<tr style="height: 100%;"> |
<td style="width: 100%; text-align: center; vertical-align: middle;"> |
<img alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>' |
style="border-right: 0px; border-left: 0px; border-top: 0px; border-bottom: 0px;" /> |
</td> |
</tr> |
</table> |
</telerik:RadAjaxLoadingPanel> |
<telerik:RadAjaxPanel ID="RadAjaxPanel" runat="server" LoadingPanelID="RadAjaxLoadingPanel"> |
<div style="width:500px; height:500px"> |
</div> |
</telerik:RadAjaxPanel> |