Open Dialog empty
Hi,By inserting a radial gauge on my Form, the gallery is empty and I cannot select any type of gauge.I have run the upgrade wizard for Winform and manually added the controls I want into the...
View ArticleTest Studio Randomly Deleting Tests from TFS
Hello Bryan, I am reproducing the loss of connectivity to TFS as already told you by disabling my internet connection, if I do this in the middle of a meeting this will disconnect the meeting. The...
View ArticleOpen Dialog empty
The problem is solved by itself after rebooting Visual Studio 2 times...
View ArticleRadScheduleView - drop shadow styling
Hi Tim, You should customize the DragDropHighlightStyle property of RadScheduleView in order to change the appearance of the so called "drop shadow". The approach is explained in details in the...
View ArticleIdentify The Button clicked in batcheditcommand
Hi Siva,You try using the OnCommand or OnUserAction event handlers to achieve that via the document.ActiveElement reference. Some time ago, there was only the OnCommand event handler, which could be...
View ArticleFormat change when using the new search function
Hi Yoan, I cannot reproduce the problem with the test case.I also looked closely at the application and there are only some places where the problem occurs. Unfotunately, I cannot find a pattern that...
View ArticlePrepopulating Advanced Form fields on click
Hi Dmitri,Cannot you pass the data ID to the AdvancedForm and capture and bind the information calling from the database by the ID ? This is what I do:1.functionAppointmentEditing(sender, eventArgs)...
View ArticleHover effect remains after mouse was moved
Hello Kazimierz, Thank you for reporting the issue to us. I have logged it and the developers will look into it as soon as possible. As a token of gratitude for reporting this to us Telerik points were...
View ArticleMerge Columns
HI,I have a problem that on Telerix Report for my client requirement.We need to merge some columns on Right hand side of the Table. ( Pls see attachment.)I heard from someone that Telerix Report...
View ArticleHide/Show column in edit mode depending on value of other column
Hi Peter,Some of the columns generate their editing controls automatically, which brings convenience to the developer constructing the grid CRUD system. GridNumericColumn, for example, creates a...
View ArticlePhoto Album Viewer Element
Hi..Telerik TeamI am facing problem when add photo album viewer element inside my project. If i am running example from telerik there is no error but when i export into my project there is pop up few...
View ArticleApply the saved grid settings
Hello Brent, Thank you for sharing this solution. Another option is to save the state in session on the server side as demonstrated in the following demo:Save Grid state in session on server side...
View ArticleGetting values entered in cells from the server side
Hello, I placed a RadSpreadsheet object in anaspx page as follows:<telerik:RadSpreadsheetrunat="server"ID="rssMain"Skin="Bootstrap"ColumnsCount="10"> <Toolbar>...
View ArticleTo get ClientSelectColumn row index
Hello Amit, You can access the selected items using the following...
View ArticleWhy headers are selectable?
Hello Shlomo, The version in the jsFiddle is 4 years old and a lot of things changes since then. There is navigate event that you can use to navigate to a certain cell when the headers are clicked,...
View ArticleExcel-like Navigation while Batch Editing
Hello Tsvetelin,Switching the event in which the logic is executed from keypress to keydown seems to be working as expected. Here is the modified example. You should implement the logic for finding the...
View ArticleMulti-Select Filtering with distinct values
Thanks a lot for your answer, the third option worked for me! Kind Regards,Jonah Mevert
View ArticleRadTreeList -inside a control which should have Expand /Collapse button
Hi Raka, You can use the approach demonstrated in the attached web site sample to achieve this requirement. Regards, Eyup Telerik Do you want to have your say when we set our development plans? Do you...
View ArticleHide footer command while using a Custom View.
Hello Pavlos, You can adjust the "footer" option of the desired view to achieve the desired behavior. Please check the example below:$("#scheduler").kendoScheduler({ views: [ "day", {...
View ArticleChart width doesn't fill container
Hi Sam, Both examples use an outdated version of Kendo UI (2014.2.1008) - upgrading to Q1 2016 (v2016.1.112) and using the resize method seems to fix the problem (dojo). Regards, Iliana Nikolova...
View Article