Reset ContextMenu options after ContextMenuOpening
Hello,I have a RadTreeView with a context menu showing different options depending on the node level. However, I need to reset the context menu after ContextMenuOpening because once a menu item is...
View ArticleRadGrid-How to keep in edit mode and display error
Hi, when I use the OnBatchEditClosing event and call args.set_cancel(true) it cancels the event. However, nothing will close the editor after the first cancel except clicking on another grid row. Is...
View ArticleExpand Arrow now working when children dynamically loaded
Hi, The e.preventDefault() function seems to disable both the expand action on the arrow and the expand action when selecting on the node text itself. The expand action on the node text is working as...
View ArticleMultiselect Combobox
I have EnableCheckAllItemsCheckBox property set to true.I have javascript function which highlight all matches in the combobox when user starts typing.For example I have combobox populated with 100...
View ArticleIssues with angular directives and scheduler templates
Is there a work around I could assign a click event handler to the checkbox in the group header?
View ArticleBugs GridCommandCellElement on Theme Example Mediacal App
Dear all, i need really your help for out this issue, i used Theme From Mediacl App sa example of your teleric product For WinForms, in this case issue on GridCommandCellElement , the issue is a button...
View ArticleOld references seems to be a ghost in my project
Hi DooteyaI have try the above upgrade, that is:1. The earlier version 2015.1.225.1 is installed via downloaded telerik dataaccess.exe.2. I have use NuGetPackage Manager to upgrade to 2015.2.624.23. I...
View ArticleCould not export to Pdf
Hi HristoI tried the code that you posted for one more option without WCF or WebAPI, but did not work for me. I am not sure what I missed. Is it possible that you can upload a complete project? Min-Jie
View ArticleCould not export to Pdf
Just a bit more information why it did not work for me.The Export(fileName, contentType, data); code never got called. When I click on the Export button, the Open/Save file dialog appeared. This...
View ArticleSitecore and Snippets: HTML Formatting Problem
We recently upgraded Sitecore to the 8.1 Update 3 version. With the upgrade path, the Telerik assembly was also updated. After the upgrade, we started receiving complaints about snippet formatting...
View ArticlePanel overflowing container element
I have a grid inside a content placeholder in a masterpage. The css for the parent div of the grid is set to overflow-x:auto, so the grid scrolls horizontally. I added an ajax loading panel and set the...
View ArticleChildren of selected parent node
Consider the following example: http://embed.plnkr.co/AZsXtbXTpaswliEoE2fq/ When checking child nodes you can see that the console.log outputs the correct child nodes. When selecting a parent node I...
View Article"#=count#" not working in Footer Template
Hi - I want to add counts on a grid, and am copying code I've used on another grid with no problems.Here is my column definition for the field in question, it gives me an error that "count" is not...
View ArticleValidation
UPDATE:I have been playing around with all day and I am getting really close...The below is what I have implemented, but I have discovered I am still able to populate a row without an Employee or Code...
View ArticleRadScheduler Advanced Form wont Cancel or Save
Thanks for the response but i resolved the issue. Unclosed html tags problem.
View ArticleResource control width/height
Hi,How can i control the width of the resource in the advanced form view. Because of the data i am loading it does not expand and the text is long. <telerik:ResourceType DataSourceID="Patients"...
View ArticleValidating Upload
I have a form that has a couple of textboxes and the Kendo Upload control. I also haven event on the submit button to ensure the textboxes have appropriate values in it, but how do I validate the...
View ArticleValidating Upload
Here is my code thus far:@{ ViewBag.Title = "Index";} <h2>Index</h2> <div style="width: 40%"> <form method="post"action='@Url.Action("Result", "Mapping")'>...
View ArticleUnhandled Error when trying to run list remotely
I am having the same issue Running test list failed internally due to unhandled error! when running tests remotely..Here is what is says in the execution machine log [08/01...
View ArticleResource control width/height
By the way, i have tried the bellow but it is not finding the control and errors out: protected void RadScheduler1_FormCreated(object sender, SchedulerFormCreatedEventArgs e) { if...
View Article