Visual Designer in VS2015
Hi,just to confirm what Steve already said. I have been loyal subscriber with Telerik for 10 years. Because of this, I abondened Telerik and now I use EF for ORM and as I'm internet programmer I swith...
View ArticleVisual Designer in VS2015
Hi,I agree with Steve and I'm one of those developers that were loyal to Telerik for 10 years. After this with Data Access I'm no longer subscriber to any developer tools. I turn to EF for ORM and as...
View ArticleRadDateTimePicker
Never mind guys I re-added it by copying one that worked and it's fine now. Looks like having ClientIDMode set to static on the calendar element inside parent was breaking it.
View ArticleDock Title Bar Height
Hi,Generally, the design of the RadDock control has its own titlebar height and we cannot guarantee that changing it will not cause any visual glitches.Nevertheless, I would suggest a few ideas:use the...
View ArticleCompilation error
I have managed to solve problem with renaming all elements containing "Span".
View ArticleData Transfer between views
Thanks Alex. What ever you posted is related to views in single HTML file. My concern is to transfer data between views lying in different HTML files.
View ArticleDrop preview line in ListBox
Hello Mingxue, Currently, the logic for the calculation of the location of the last item of RadListBox is an internal one and could not be overridden - it is a specific logic that if it is changed...
View ArticleListView
Hello A L, Thank you for writing. You should be able to use the CurrentItemChanging event, however, it appears that there is an issue with the event and the item is changed event if the Cancel property...
View ArticleCustom column filter wont show in ColumnMenu
Hi there,Were using a custom filter for statuses.Its working fine when were only using this in the grid properties: 1.//Column code in grid2. 3.columns.Bound(la => la.StatusName)4..Filterable(s...
View ArticleMulti Drop Down with ToolTip
Hello Stephen, You could initialize the ToolTip widget over the popup element with filter set to "li", which will display the tooltip when you hover over an item. Following is a very simple example...
View Articleupload file to Sharepoint 2013 document library for LinkManager
Hello Donald,For Office 365 you can use the Kendo UI widgets, because its application model does not allow WebForms components like the UI for ASP.NET AJAX ones.You may find the following posts...
View ArticleGrid with Batch editing and custom ParameterMap
Hi,I encounter one issue while try to implement the grid to my project:My current source:01.skillsGrid_DS = newkendo.data.DataSource({02. transport: {03. read: {04....
View ArticleFrozen First Column, Non-Fixed Height Grid
Hi Brian, For disabling the vertical scrollbar you will have to remove the height of the Grid. However, this will still display the vertical scrollbar, but you could add the following CSS to hide the...
View ArticleMissing Rotate Handle in latest version of Diagram
Hi Steve,The rotating handle of the diagram was removed in favor of the Editing functionality introduced in the Kendo UI Diagram widget several releases ago. You can find more details regarding this,...
View ArticleRadDateTimePicker sets time to midnight
Hi Telerik Team,I am using the Telerik version of(2014.2.617.20) and I do have the same issue. In my form I have more than 10 raddatetimepickersfor each control I have repeat the same code or is there...
View ArticleNullReferenceException for Log.WriteLine
Hi Boyan,Yes, it is in a coded step. I've attached the project. thx,dan
View ArticleConvert Docx to HTML, modify online and convert bak to Docx
Hello Pierre Yves, I am seeing some differences, but not exactly as the ones from the screenshot. Please find attached the document produced without any customizations of the editor produced document:...
View ArticleSet focus on custom field in advanced scheduler form
Hello Ruggero, The reason for the observed issue is the fact that when the form is being loaded on client the focus is again returned to its subject field. What you could do in this case is to...
View Article