Angular directive elements in Kendo Row Templates
Hi June, Please note that you cannot avoid re-rendering of the rows when new row is added and therefor you should use different solution. For example you can make the comboboxes use single dataSource...
View ArticleOrgChart export to pdf special characters
Hello Vaselin,Thank you for your reply. I have done what you suggest. To verify that I included a <div> vid some swdish characters in the <table> I export and they come out ok but not the...
View ArticleRadio/Checkbox Text alignment (bug??)
Hello Curtis, Thank you for writing. When using RTL mode for RadCheckBox, it is normal the colon to be the first character of the text part. A similar result is obtained with the MS TextBox. Please...
View ArticleCalender Inline - set 24h
Hi, when using InlineDisplayMode and clicking on a day, the times of the underlying appointments are displayed as AM/PM. How can I switch to 24h display and get rid of the AM/PM suffix ? thanks
View ArticleShow Logo on on Kendo Chart in AngularJS
Hello Gopal, Please double-check Display Telerik Kendo UI Chart in a Telerik Reporting PictureBox item. and the provided example in it. The solution is based on Telerik Reporting. In case you need a...
View ArticleIssue with Filters when added programmatically
Hello Mohammed, Thank you for writing back. I have missed to include in the code snippet from my previous post a very important code line specifying the ExcelFilteredColumns: FilterDescriptor...
View ArticleCalender Inline - set 24h
Just an update, I know that this is set inside of EventsManager, but since I dont have the source I cant change it (and to be honest I don't see anywhere inside of the code a possibillity to pass some...
View ArticleCulture setting in Windows 7
Hi Dodd, We weren't able to reproduce the described behavior in your post. Basically, the provided v4.0.30319 version number is the version of your application not the version of our controls. For...
View Articleradgrid edit,update,delete operations
<telerik:RadGrid RenderMode="Lightweight" ID="RadGrid1" runat="server" Skin="Lime" GridLines="None" AllowPaging="True"AllowSorting="True" AutoGenerateColumns="False" Width="97%"...
View ArticleActivating rectangle selection on map without holding Shift key
Hi Sayyed, You can play with the MouseDragMode property of the RadMap:this.radMap.MouseDragMode = MouseDragBehavior.Select; Let us know if this fits well in your scenario.RadMap Click Modes Regards,...
View ArticleRadDocking DesignTime Broken?
Hello David, Thank you for the code and the screenshot. As far as I can see, there is no exception in the designer, is that correct? The blank space usually appears when NoXAML assemblies are used and...
View ArticleGet dynamicly grid name
I was need for read nested grid.function onNestedSchemaChange(e) { var grid = this.wrapper.closest("[data-role=grid]").data("kendoGrid"); grid.dataSource.read();} This is better way, but thank...
View ArticleExamples on how to implement TKDataFormAutocompleteEditor?
I have noticed in the docs there is a guide on how to implement an autocomplete editor in...
View ArticleGraphic synchronisation
Hi Pierre, Thank you for the provided project - it helped a lot in understanding the case. The issue is related to the fact that currently the MinDateValue and MaxDateValue properties in RadHtmlChart...
View ArticleRadComboBox IE 7 freeze problem
hello Dmitry,there are also javascript errors in Telerik.Web.UI.WebResource.axd like (TypeError :null is not an object (evaluating 'b.constructor'))
View ArticleInclude Current Item in Server Side Filter
I got a problem with the Kendo UI MVC DropDownList. I want to do server side filtering. When I click on the control, the list gets populated. This works fine if the current selected item is in the...
View ArticleUser control with radcombobox inside RadGrid
Hi Edgar, Attached you will find a simple implementation of the RadGrid and the User control, based on the described scenario. On our side, the User control works as expected and the second combo box...
View ArticleFiltering by dynamic list when no selection is made
Just some feedback - I have no clue what's going on here but here is my code that does indeed seem to set the default value for multi-value parameters to all available options in a custom...
View ArticleBraking Change with ShowIcon in 2016.2.719+
Hi Gary,Thank you for noticing. This is a known issue only in the internal builds, so there is no official release with this bug. It will be fixed before the next official release. Regards, Marin...
View Article