Hi guys,
I know it has been spoken a lot about custom fields.
I have been reading forums for the last 3 days for fix my problem, but unfortunately, my problem is still there.
I have some fields on my Tasks database, like Duration, Actual Cost, and ... which I want to show them on the Gantt chart tree list view.
I have tried all the methods in the forums and documentation, but I still have problem with custom fields.
I am using AJAX ASP.NET and am using VB.NET as code behind.
Can anyone be able to help me please?
Thanks
This morning, I received the email below about a security vulnerability in the Telerik ASP.NET UI product. Reading through, I don't think we'd be vulnerable, and therefore would not have to apply an update/patch, unless we are using the RadAsyncUpload control. Is that right?
From: Progress [mailto:progresssoftware@businessmaking.progress.net]
Sent: Friday, September 01, 2017 10:44 AM
To:
Subject: Security Alert for Progress Telerik UI for ASP.NET AJAX
Security Alert for
Progress Telerik UI for ASP.NET AJAX
In our ongoing
effort to provide the highest levels of quality, security and performance
of your Telerik UI for ASP.NET AJAX implementation, we are writing to
inform you of security vulnerabilities (CVE-2017-11357,
CVE-2017-11317, CVE-2014-2217) that exist in all versions of
Telerik.Web.UI.dll assembly prior to 2017.2.711.
These vulnerabilities put websites using Telerik.Web.UI.dll at risk for
arbitrary file uploads to the server and/or remote code execution. We
have investigated and addressed these issues, and, as we consider the
vulnerability critical, we strongly recommend you follow one of the steps
below for the safety and security of your websites:
For those on active
maintenance, upgrade to R2 2017 SP2 (2017.2.711) or a newer version
of Telerik UI for ASP.NET AJAX.
Download and promote the
security patch provided in your Telerik.com account for versions
between Q1 2011 (2011.1.315) and R2 2017 SP1 (2017.2.621). If you
have downloaded a patch before, download it again, because the file
was updated.
Depending
on your use case, you may need to prevent file uploads and/or
create a custom handler as explained in the KB articles below.
We urge you to
read the details on the mitigation paths and the required actions in the
following KB articles:
ASP.NET AJAX Insecure Direct Object Reference
ASP.NET AJAX Unrestricted File Upload
Best regards,
The Progress Team
Terms of Use | Privacy Policy
NOTICE: This is
a security alert from Progress Software Corporation or its affiliates
("Progress"), headquartered at 14 Oak Park Drive, Bedford, MA
01730 USA. Please click here to manage your
subscriptions or unsubscribe.
Progress,
Telerik and certain product names used herein are trademarks or
registered trademarks of Progress Software Corporation and/or one of its
subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate
markings. Any other trademarks contained herein are the property of their
respective owners.
Copyright © 2017
Progress Software Corporation and/or its subsidiaries or affiliates. All
rights reserved.
function ShowRadForm(ID) {
window.radopen("../RadWin1.aspx?ID=" + ID, "radDialog");
return false;
}
<
telerik:RadWindowManager
ID
=
"RadWindowManager1"
runat
=
"server"
AutoSize
=
"true"
>
<
Windows
>
<
telerik:RadWindow
ID
=
"radDialog"
runat
=
"server"
Title
=
"Edit"
Height
=
"550px"
Width
=
"900px"
ReloadOnShow
=
"true"
ShowContentDuringLoad
=
"false"
OnClientClose
=
"OnClientClose"
Modal
=
"true"
Style
=
"z-index: 7001"
/>
</
Windows
>
</
telerik:RadWindowManager
>
How can I get Session in radDialog?
HI!
I have a problem with radgrid drag and drop.. Is it possible to transfer duplicates items from Radgrid to another Radgrid same as ListBox?..
i followed this this https://demos.telerik.com/aspnet-ajax/grid/examples/columns-rows/rows/drag-and-drop/defaultcs.aspx , but it doesnt help me that much
Hope you can help me
Thanks
We use RadEditor in Lightweight render mode on a ASP.NET page. The page uses a master page template with a search form.
As result we have two form tags on the page. The search form is located first, main form - second.
In this case we have an issue with RadContextMenu. It does not appear when you right-click on a table or a link. If we remove the search form the context menu is visible.
We tested this scenario with 2019.2.514.45 version of dlls.
Could you assist how I can get the context menu to work?
What would be the best way to store the RecurrenceRule and the RecurrenceParentId in the database? Would varchar and int, respectively, be the best data types to use in SQL?
Also, what would be the best way to translate a recurrence rule into something I can use somewhere else? For example, if I wanted to populate a DropDownList control with appointment titles and then upon SelectedIndexChanged, populate the second DropDownList with all of the available (recurring) time slots, would that be possible? If so, what would be the best way of going about it?
Thanks.