Custom Validation
This has problems if I have multiple sheets in the spreadsheet. I end up with an "Uncaught TypeError: Cannot read property 'toLowerCase' of undefined" when I try to add the validation to the rangeItem...
View ArticleGet DocumentWindows Currently active
How to know or have a variable that DocumentWindows is currently active ? Attached a picture.Thanks.!
View ArticleClear button within AutocompleteBox
Hi Telerik,You have been thinking for more than half a year, so the perfect answer is ...?Maarten
View ArticleWon't Scroll Vertically on Mobile Devices
I have a RadGrid with attribute RenderMode set to Mobile. It works just fine and you can scroll vertically fine if I add "rough" data into the ItemTemplate e.g.<ItemTemplate><%#...
View ArticleDelete 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 ArticleHow to access instance self?
If RadExpressionEditor.Item = "abcd",how write the expressionText(RadExpressionEditorExtensions.TryParse's param) to get the Expression like "Item.Any(param=>param == 'd')" by...
View ArticleMissing Non-Migrated Apps?
-- I upgraded and my non-migrated apps are not visible in the Windows IDE/client.-- I did not see an option that would make them visible.---------------------This is a major inconvenience and not...
View ArticleExpand Arrow now working when children dynamically loaded
We have large trees that contains multiple levels like:Root Item 1 Item1-A Item1-B Item 2 Item2-A Item2-BThe children are loaded dynamically using the onselect event for the item, so...
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 Article