ng-valid Issue
I implemented the functionality from here to clear text when it doesnt match an item from the datasource however the input is marked valid even though it is marked required. How do I correct this?
View ArticleKendo Grid and Angular
What is the recommended way to bind data to the Kendo Grid when using the Kendo Angular directives? I have seen code that uses the Kendo DataSource. I have seen code that uses the Kendo Observable...
View ArticleDestroy(remote) - sending IDs
In the following documentation page: docs.telerik.com/kendo-ui/framework/datasource/crudyou state: "The destroy action submits the data item(s) that should be deleted, or just its ID(s)."Please explain...
View ArticleMVC circular reference when bind to grid
resolved http://www.telerik.com/blogs/resolving-circular-references-when-binding-the-mvc-grid
View ArticleMap Bubble unable to change size
I found the dataItem attribute of e.shape which I can use to get attributes, but I still can't put the label in front of the bubble or control the size of the bubble.
View ArticleSet k-min to other controls value (Angular)
I have two date pickers and want to set the min of the second equal to the value of the first however it applying the restriction. Here are my two pickers:<input id="fromDate" name="toDate"...
View ArticleLock Column Issue
Wow, I am really surprised that I MUST lock any of my columns to allow my users to edit locked columns...It's exactly like if I I need to "group" 1 column to enable grouping, or if I must have 1...
View ArticleGrid Performance issues with 4000~ rows and 26 Collumns
I understand that that is a lot of data to present at once. I tried paging and virtual scrolling and the performance is still very slow. I have the data inside a kendo datasource, that portion performs...
View ArticleRadMaskedNumericInput Problem
1) The below numeric input is always displaying 0 on screen load. I don't want to show anything. Latitude is defined as Decimal? is ViewModel.2) I want this to allow only values between 32 and 38 upto...
View ArticleMaking columns non-editable in grid
How can i make certain columns non-editable in data grid. I'm using Kendo UI for JSP. I tried editable="false" but gives error not an acceptable attribute.
View Articleminified CSS files with IE8
Thanks, using the minified css files from the below mentioned CDN works....but the minified css files provided with "UI for ASP.NET MVC Q1 2015" trial does not work. Whats the CDN for minified css...
View ArticleGrid is not displayed properly in IE 11 Compatibility Mode
Can you please provide solution for the current version 2013.3.1114.45 as we don't have any plans to upgrade the telerik controls now ? ThanksBhanu.
View ArticleEnableTextSelection & MarkFirstmatch
Hi I am not sure if this sounds a bit absurd, but is there a way we can autocomplete/auto select an item being search for if the letter/word appears any where in the item e.g. Following are the items...
View Articlesetting colspan="2" corrupts grid columns when HScrolling
I have a dynamically generated grid where the first 4 rows are basically headers. "Project Name", "Customer Name", "division Name", "Sector Name"For each project we have 2 columns. "Plan" and...
View ArticleFunctions mocked in the constructor are removed when mocking other functions...
Currently we are using JustMock Lite with xUnit 1.9.2 and have test cases where we create reusable mocks for our test methods within the controller of a test class. My team bumped into an issue after...
View ArticleTesting Kendo ListView with Kendo Editor on "New" form
Hi Kyle, Thanks got it and send you the answer in your support ticket. For the benefit of the rest of the people monitoring this thread here's a copy of the response: Thank you for the sample project....
View ArticleMultiple Upload controls in MVC view
I know this is a long time after this initial post but I have something similar, but different. I have the need for multiple upload widgets on the same page and they each need to asynchronous, but I...
View ArticleValidate mask on Post
I use this to validate required fields on post var validator = $("#caseForm").kendoValidator().data("kendoValidator"); var isvalid = validator.validate(); if (isvalid) {post..}...
View ArticleMultiple EditTriggers for RadGridView
Hi,I am doing inline editing for each cell, however after I edit one cell, it automatically goes to the next cell in Edit mode. Any advise how I can prevent that to happen? What I would like to do is,...
View ArticleParsing out POST Form data in before transmit POST
Dear FiddlerCore people:I would like to capture the Http POST stream to the server to extract the FORM and Cookie data.I would like to only have a proxy for the current proc. This code sets the proxy...
View Article