Delete of Task in RadGantt gives Javascript Error from Ajax Panel Update
I've got a RadGantt that is both an AjaxControl and an AjaxUpdatedControl in a RadAjaxManager.The control and the Ajax Updates work fine for everything except for deleting a task.Sometimes a delete...
View ArticleJustDecompile's 'Create project' feature only creates resx filesproduces
I am having the same issue.I am trying to decompile an asp.net website.I would like to make the aspx pages I have "known" to the decompiler.There are references to the text boxes etc. in the...
View ArticleRobust support for Kendo+Typescript+Requirejs
Hi Marc,Make sure you go up vote the feature request!!: http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/suggestions/7517149-provide-correct-typescript-amd-module-definition-fWe have...
View ArticleRobust support for Kendo+Typescript+Requirejs
Then the require.js config looks like this:require.config({ paths: { // Map the "kendo" prefix to the actual path on the server where the kendo js files reside "kendo":...
View ArticleGrid - Clicking on the Header Line to Sort
Think I founf the issue (searching on here, not Google) Few links .. http://www.telerik.com/forums/unable-to-cast-object-of-type-telerik-web-ui-radgrid-to-type-telerik-web-ui-gridtableview leads to...
View ArticleUsing DataSourceResult with Kendo UI Grid
I'm attempting to use the Kendo UI DataSourceResult with my Kendo UI Grid using the code found here.I'm not using ASP.NET MVC, but rather VB.NET with ASP.NET Web Forms and Web API on the backend. I...
View ArticleChecking the Kendo Grid for duplicate values
This works in all browsers. Your code doesn't work in IE. You must use data[i] and also use .toUpperCase() to do a case-insensitive check. var notificationWidget =...
View ArticleGrid throws exception on edit only
So, I have a grid databound in my code behind. It loads fine, and I built a detail button that works fine. But when I click on edit, I get: "JavaScript runtime error:...
View ArticleKengo UI Grid doesn't work correctly with ng-show
Hello.Here is the example of wrong behavior - http://dojo.telerik.com/@paul/eWemi : 1. click 'Run' and right after that click 'Show Grid' - grid will be loaded with correct height;2. click 'Run', wait...
View ArticleDisable copy and cut CommandDescriptor?
Thanks a lot Nikolay!You solved the problem perfectly!
View ArticleFiddler
Hello, There is a lot you can do but I can be of more help if I know more about the problem. What do you mean it stopped working? It doesn't start? It doesn't capture? Something else? Which version of...
View ArticleVisual Studio Extension 2016.2.727.2 Build and Deploy bug on iOS
After yesterday's AppBuilder Visual Studio extension update, I can no longer run apps on iOS devices after deploying with the Build and Deploy context menu option. They hang on the splash screen with...
View ArticleDynamically hide Rows and Columns
Having read a number of posts here it does not appear that you can hide columns or rows dynamically. Is there any plans on add this capability? I have tried performSubReportTable.Body.Rows[2] = new...
View ArticleClientDataSource
Hi,When using a ClientDataSource to populate a couple of drop downs I have a routine in the first one that on selected item changing it triggers the second one to update.The issue I have is that if you...
View ArticleSetting a column width does not affect the report
I have a Telerik Reporting Table in a report. I am trying to dynamically set the width of first column but it never changes in the report. Is there some sort of update or refresh method that I need...
View ArticleLoad Test with unique accounts
Thank you for your help! However while reading through the data drive HTTP article I came to a problem as the testing requires the tester to type in the username and password. However when looking...
View ArticleDrag & Drop ready to go
Thanks for the code, it has helped use a lot. But I have a question for you. We want to be able to enable/disable Drag/Drop operation at the time they chose the row to drag/drop. For example, if a...
View Articlecolor dialog
Hi,I don't know if your example is applicable to my case. In my case I have an HTMLControlEditor (it is an RichTextEditor modificate) that start the color dialog..I'm trying to copy your last code in...
View ArticleDelete of Task in RadGantt gives Javascript Error from Ajax Panel Update
NOT a RadGantt issue - we've got the same problem on several other pages, but not all pages. All pages use the RadAjaxManager, so need to narrow down what is causing the issue. It is always the same...
View Article