kendoui and webpack how to load jszip
Sorry for this auto-answer, but I'm still new to webpack and I just came across a possible solution.Since kendo is referencing JSZip as global, you have to use ProvidePlugin as...
View ArticleCustom Icon in Nova theme is black
Hi,I make a simple dialog with the k-i-tick Icon as OK replacement:Dojo: Simple DialogAll work fine, only the tick icon is black. But in Nova theme the icons are white.It is possible to show the tick...
View Articlepositioning the connection content
hi dear supporters,i have used the connection content and connection points to route the connection.now, the connection content is positioned in the middle of the connection but i need to position it...
View Articlekendo.all.d.ts errors on JQueryAjaxSettings
Hi,If I reference kendo.all.d.ts without having JQuery definitions loaded, then kendo.all.d.ts has a compile error due to the missing interface JQueryAjaxSettings. I've added a new file...
View Articlewebpack error "Unused label" NPM
Hi,When running webpack I get the error "Unused label" into the file node_modules\kendo\js\spreadsheet\runtime.functions.js
View ArticleNPM and typescript definitions
Hi,I really would like to get d.ts from NPM as devDependencies. is there a way to do that?
View ArticleDatepicker disappear in list
Hi,in a radio button list I want show datepickers.Unfortunally on click the datepicker disappear immediately mostly - in some rarely cases not.Example DojoIf I move <labelstyle="float:...
View ArticleGive the report parameter initial value from another passed parameter
First thank u Katiabut I still have a problem ,I will clarify more I have a parameter with SQL datasource and want its initial (default) value come from another parameter, the second one its value...
View ArticleSkin chooser for all objects
Hi Marc, The skin chooser is removed from some of our demos for design purposes (when the demo itself is designed for a specific skin). You can, though, download the source code for our demos...
View Articleraddiagram shape detection error
Hi Al, You can get the diagram item under the mouse (shape or connection) using the HitTestService of the diagram.var hitTestService= diagram.ServiceLocator.GetService<IHitTestService>() as...
View ArticleAdjust filter icon for active grid filter.
Hello, In order to modify the appearance of the filtering funnel when RadGridView's FilteringMode is set to FilterRow, you need to modify the control template of the FieldFilterControl element. Here's...
View ArticleCannot set foreground using item container style selector?
Formatted code.<UserControl><UserControl.Resources><DataTemplatex:Key="AdvancedVariableTemplate"> <RadioButtonChecked="itemContainerRadio_Checked"Content="{Binding...
View ArticleRadDocking DesignTime Broken?
Hi David, Thank you for the additional information. The only scenario that is known to us to cause this behavior of the designer is when NoXaml dlls are used and the xaml files are not merged. Having...
View ArticleMissing typescript definitions in kendo ui v2016.2.714
Hello Alex.ATM I try to find a workaround to my problem. Doing that I might have found a mistake in the kendo typescript definitions The SchedulerView contains two properties. startTime and endTime. In...
View ArticleSelecting Null Item in DropDown
Hello Paul, Thank you for writing back. Although the Job.Person property is not set to null, you can distinguish if the Id property is 0 or some other default value for the empty Person. Null is not...
View ArticleSelect contents on field select / tab
Hi Andrew, For attaching the handler to the focus event you will have to place the JavaScript code within the editor template itself:@model decimal? @(Html.Kendo().NumericTextBoxFor(m => m)...
View Articlecustom connector shape
thank you Dinko. it worked.i defined the rosourve in XAML (and changed the name to key in x:Name="customImageConnector") and then i get the resource by the below command:Style...
View Article