Questions about connectors (top-aligned, labels, binding)
Hi Sungwoo, Currently there is no progress on this feature request. You need to edit the default ControlTemplate of RadDiagramConnector in order to put a label next to the connector point (ellipse). If...
View ArticleSelectedValue being lost when delete button is pressed
Additional information - AllowCustomText is set to False, and I don't have a blank item.
View ArticleWeb App Builder service down?
Hi guys,There was a major outage for the AppBuilder cloud services. The good news is that our developers managed to fix it and AppBuilder should be back in its operational state now. Our monitoring...
View Article"The given key was not present in the dictionary" problem.
Hi David, I am not sure what old thread the address was pointing to but previous cases with such errors were caused by issues with custom plugins or problemmatic XML files in the build...
View ArticleHow to disable the visual style?
Hello Ivan, I'm afraid that the only way to achieve the desired approach is to modify the control template of RadNumericUpDown. At the moment focused state of RadNumericUpDown is designed to be always...
View ArticleServer side event after OnClientFilesUploaded
Hello Kedar, After the client event is fired you could trigger with javascript a click event of the RadButton. Find the button and click on it:$telerik.$(".RadButton").click() Regards, Peter Filipov...
View ArticleHow to set events programmatically and create event popup with our own fields
Hi, I have kendo ui timeline view controller and i want to set events from a different datasource, which will be javascript array. i tried to set array to kendoScheduler datasource but event was not...
View ArticleColumn TextAlignment isn't working
Hello, I'm facing the same issue. Setting TextAlignment="Right" in the column definition has no effect over the application wide predefined textblock style. I do not understand Vlad's answer, could you...
View ArticleIssues with Kendo Touch TouchStart
Hi Arif, I tested the sample you linked to but could not reproduce the issue. In the video below you can see that the event is fired each time I click the text:http://screencast.com/t/jTyGcrUC Here is...
View ArticleVirtual DropDownList (pagined) - get selected element in change event
Hi Janusz, If I understood correctly you would like to get the selected HTML element. If that is the case please use current method of the DropDownList.change: function(e) { var currentElement =...
View ArticleSet kendoDropDownList width
Dear Dimo,adding kendoComboBox.ul.width(400);enables me to show a the list which is wider then the size of the combo itself.But the grid created a gray box as shown in com's screen shot, is there a...
View ArticleCustom FilterMenu by Column (server-side)
Hi, To achieve your scenario you could follow the JavaScript approach shown in the article linked below:http://www.telerik.com/help/aspnet-ajax/grid-reducing-filtermenu-options.html The idea is to...
View ArticleRadgrid - GridBoundColumn - Inline editing - Itemstyle-width not working
Hello, Try using HeaderStyle-Width to set column width instead of ItemStyle-Width and let me know about the result. Regards, Pavlina Telerik See What's Next in App Development. Register for TelerikNEXT.
View ArticleRadGrid Update Command Not Working-Please help!
Hello Amparo, I would suggest you to inspect your page and check if any js errors appear on the page when you are attempting to update a record. In most of the cases this is the reason for the issue...
View Articletooltip rollover does not be updated to content for showing
Hi Justin,Such an issue can be due to an error, either on the server (which can send HTML for an error page, depending on your server setup), or on the client. Can you confirm this is not the...
View ArticleLatest online resources for UI for WinForms
New KB Article RadGridViewRadGridView CRUD in Object Relational Hierarchy Mode CRUD implementation for the inner levels of a RadGridView when set to Object Relational Hierarchy mode.
View ArticleRadDateTimePickerStyle, in at least Office2013 theme, ignores Padding?
Hello Ivan, I can confirm that the padding is not applied as you said. We will do our best to fix the problem and it will be available in our next internal build. We're sorry for any inconvenience...
View ArticleRadgrid with print, copy, export etc. capabillity
Hi John, It depends whether you need to modify only the grid or you want to use another controls with it. For the first case you can create a custom class which inherits RadGrid and for the second...
View ArticleDrop in, Drop after, Drop before translation not working
Hello Shalin, I noticed that there was the same question posted in our ticketing system with an attached project, but from another account. I already answered the question there (in ticket with...
View Article