Hi,
When I try to drag the column for grouping, the column name appears twice and I'll not be able to remove the extra duplicated one, but the column functionality is working fine.Please do help me resolve this issue.
For ex:If Im trying to group by Title, the column is retrieving the correct results after grouping, but after that if Ive to chose another column, the Title with Blue box remains on the screen and will not be able to remove it.
Here is my code:
$("#grid").kendoGrid({Hello!
I would like to know how to delete the Telerik user account I had to create in order to download a trial version a while ago. Unfortunately, I couldn't find any hints on how to do this. Maybe someone here can help me to remove the account?
Thanks in advance!
We are in process of trying out Telerik UI for ASP.NET AJAX PdfViewer and have observed that the demo page https://demos.telerik.com/aspnet-ajax/pdfviewer/overview/defaultcs.aspx is not correctly rendering in few machines .
Here is the output that we are seeing.
Is there a system setting that needs to be added to correct this issue?
Thanks.
here is the example the column is jumping to right and left...
Hello Team,
I need to automatically set a value of a second date picker based on the value of the first date picker. In this case how can I add 3 months to the value of date1 and show it on date2.
I'm still starting out as a developer any help would be appreciated. Thanks in advance!
JQuery:
function toggleAssigntype() {
var assignTypeVal = $("#TypeOfAssignmentId").data("kendoComboBox").text();
var date1 = $("#MobilizationDate").val(); // value format "mm/dd/yyyy"
var date2 = $("#DemobilizationDate").val();
var addmonths = "03/00/0000";
var addyear = "00/00/0001";
if (assignTypeVal == "RFT") {
//should add 3 months to demobilization date
$("#OtFactor").data("kendoNumericTextBox").enable(false);
$("#DemobilizationDate").data("kendoDatePicker").value(date1+addmonths);
}
else {
$("#OtFactor").data("kendoNumericTextBox").enable(false);
}
};
HI,
We upgraded the kendo-dropdown from "@progress/kendo-angular-dropdowns": "5.0.0" to "@progress/kendo-angular-dropdowns": "7.0.0", After the upgrade we are seeing an empty row in the dropdown. This was not the cse in the previous version.
line.
When I installed the trial "Progress" control panel along with WinForms UI trial, it forces me to enter my elevated credentials and it only appears in the toolbox while I am using the same elevated user's install of Visual Studio.
As I do not have a visual studio license on that account, this is problematic for attempting to use the trial. Nonetheless, the installation of Progress forces me to use an elevated account.
Is it possible to utilize the trial without using an admin account to install? It immediately prompts for these credentials when running: TelerikUIForWinFormsSetup.exe