Initialising Everlive DataSource
I have finally found a good solution. Posting here for the benefit of others.My code has evolved a bit but basically the key is that I need to call fetch() in order to ensure that the datasouce has the...
View ArticleGrid Updates and Setup
Hi, Please refer to the Ajax Editing step-by-step tutorial linked below, which demonstrates how to configure the Kendo UI Grid for ASP.NET MVC to do Ajax...
View ArticleCommandBarToggleButton unexpected behavior
Hello Dimitar, I am using an older version (v.2015.2.728.40) to minimize changes in our development environment. You are correct, the behavior I described doesn't happen on the new suite version (UI...
View ArticleInline Calendar Event Grey Space
I've created a custom adapter for the inline events of the calendar but when it expands, I'm getting a grey space at the bottom? Is this a bug with the calendar control? I've upgraded to nuget package...
View ArticleConnecting a RadContextMenu to a RadGridView programmatically
Hi Mike,Thanks for your help the article was helpful.I have a question:I'd like to know how can I add the RadContextMenu only in a specific Column from my RadGridView programmatically, there a way to...
View ArticleChart won't vertically center inside list view
I have a telerik chart inside a listview. It won't center veritcally inside my Grid. If i replace it with an image it works fine. Here is the code I'm using to attempt to make the chart vertically...
View ArticleSplineAreaSeries with different color between 2 points
Is there a way to change the line and fill color of a SplineArea Series between 2 or maybe 3 points ? I'm using a custom label render right now for the series to update the labels I want accordingly...
View ArticleHow to prevent multiselect from deleting items?
QUOTE>I am afraid that currently such functionality is not supported as the change event is not preventable. You can submit this as a feature request on UserVoice, so that it is considered for...
View ArticleMocking Private Methods
Figured it out. Had to use the Mock.NonPublic.Wrap function as mentioned here.http://www.telerik.com/help/justmock/advanced-usage-mocking-non-public-members-and-types.htmlultimately, this code snippet...
View ArticleUsing DECLARE Embedded SELECT Assumes Parameters
I have a complex sql query i'm trying to embed into a report using the standalone designer.It seems like everywhere I have DECLARE @aVariable the designer assumes I want that to be a parameter and then...
View ArticleKendo tool Bar with Are you sure you want to leave this page JS file
@(Html.Kendo().ToolBar() .Name("ToolBar") .Items(items => {...
View ArticleCSS option for Cleaning on Paste does not clean table styles
What is the best way to remove the style tag from tables (table, tr, td tags)?I've been working with the OnClientPasteHtml event but I don't know how to reference the pasted content or the most...
View ArticleSetting explicit start and end dates for the Gantt timeline
Thank you. We'll make do for now and anticipate the Q3 release for this.
View ArticleAfter signup, first login attempt fails
I used the signup and login code from the hybrid friends app template. Seems to work fairly well, however after a new user registration, the first attempt to login with the new account fails. second...
View ArticleSetting automatic textforecolor
Ok, first part nearly working , thanks.I allow theme switching, so when switching from a dark theme to a ligth theme the forecolor has to be changed from white to dark/black, otherwise the entered...
View ArticlePdfViewer print makes UI unresponsive
When we print any large (10-500 pages) document using WPF PdfViewer the UI becomes unresponsive. For the document with 100 pages it might take minutes. Are there any solutions for PdfViewer that...
View ArticleAndroid Build error when adding push notification plugin
Hello, I am using visual studio extension, whenever I add the push notification plugin from the marketplace I get this build error:Project "FFMOBILE2.tmp.proj" (default targets): android Build Tooling...
View ArticlePushPlugin Build Error
I'm trying to add the pushPlugin from the marketplace but I get a build error: Project "FFMOBILE2.tmp.proj" (default targets): android Build Tooling revision 2016.07.07.2r Build Tooling Hostname...
View ArticleXamarin Pie graph coloring
Hi everyone I need your help I added a dynamic pie chart , but I want to change the color of the segments. I have followed examples but does not work . Here my code : private...
View Article