Is there an event to know if the user scrolled to another month?
Hi Fabio, Thank you for contacting us. 1. To handle scrolling to another month you should adopt TKCalendarDelegate and implement its calendar:didNavigateToDate: method. Consider the code snippet...
View ArticleHow to add comments to part of a control in HTML?
Hello Peter, Try the following approach and let me know if it works for you:<%--<telerik:GridClientDeleteColumn UniqueName="DeleteColumnName"></telerik:GridClientDeleteColumn>--%>...
View ArticleApp builder lost my googe play certificate
I installed App Builder on a new machine. I went to publish an update to my existing app but there were no certificates in the list so I had to create a new one (assuming this was because of a fresh...
View ArticleGrid Header Localized
Hi Pelle, You can use the following approach to achieve this requirement:protected void RadGrid1_DataBinding(object sender, EventArgs e){ foreach (GridColumn col in...
View ArticleDataForm Enum problem
Hello,I am running into a problem with the enum data showing up in the dropdown on the form. Here is my entity class public class fePhysician { private String name; private String address; private...
View ArticleGrid making repetitive requests for paginated groups
The example above, I've discovered how to target all columns using the element attribute. In the case where page size was 100, then a particular group was 200 rows in length, viewing page 1 of the...
View ArticleCombobox scroll issue in firefox
Hi,I have implemented the virtual scrolling using the kendo combobox in my mvc project and when I ran it on firefox version 39.0.3 it worked very well. But when i open the list and scroll using mouse...
View ArticleHiding blank pages caused by some sections being wider than others
I have a crosstab in a grouped report. Because the crosstab width can vary between one and several pages wide depending on the current group value this means that when using Page layout mode or...
View ArticleConditional Statement Client Template
Hello Kieran, When using the ClientTemplate with conditionals it should follow this structure: # if(...){# ... #}# Your code should look like this: col.Bound(c =>...
View ArticleUnable to read storage content. Could not find file
The Project was originally created as a website, which was recommended early-on by one of the Telerik Support people. Where, they said that it would be easier to deal with than a web app. As, such my...
View ArticleResource bindg problem
I request you to please delete this thread as early as possible because i could not do it from my end.
View ArticleBind MapShapeData fill color
Hi Martin,Thank you for the solution, it works great! I don't know why it haven't been done this way in the first time, but think it would be nice if the ShapeFill property of MapShapeBindableWrapper...
View Articlechart integration
Hi Georgi,in your reply you said the this demo is supposed to work with one measure. I don't understand what are these lines doing on the link you sent: while (tuple) {//required for multiple...
View ArticleSkip parameter evaluation?
Hi, here is the complete testing code.01.<P>02.using System; 03.using Microsoft.VisualStudio.TestTools.UnitTesting; 04.using Telerik.JustMock; 05.using Telerik.JustMock.Core; 06. 07.namespace...
View ArticleDelete Row when "Delete" Context Menu Item is clicked
Hi everyone, I have a context menu that opens with Replace, Edit, and Delete Options. What I want to do is on the Delete click to delete that row and rebind the grid. This seems insanely simple, but...
View ArticleCOUNT measure
#1 - Do you plan on developing a built-in "count" distinct measure in the future?I saw the documentation you linked and I don't understand these two objects: state, context.#2 - Could you give a more...
View ArticleKendo UI Mobile calendar control available ?
Can you tell me where this is documented? I would like to see a list of all possible values for the type property for Kendo Mobile UI. Thanks Maura
View ArticleCapture all IIS traffic, on the Web server
If Wireshark truly "just works" (e.g. you're not using any secure traffic anywhere) then it's simple enough-- capture the traffic with Wireshark, save it to a PCAP, and import it to Fiddler using File...
View ArticleMap Legend
Hi, I'm trying to add a legend to my GeoJson Map, to display color progression and related numbers.Was wondering if you could let me know if Kendo Map has legend, and how I can add it. Thanks
View ArticleJavascript calls not working when working with AjaxLoadingPanel
I having some problems with javascript functions not executing when using a AjaxLoadingPanel. We have the following RadGrid that uses a custom edit form:<telerik:RadGrid ID="grdCandidate"...
View Article