Setting value after form[0].reset()
Hello Alex, Indeed, the DropDownList widget (and others Kendo UI input widgets) use setTimeout browser method to wait until the FORM element is reset in order to retrieve the correct default values....
View ArticleKendo Grid showing Yes or No instead of True or False
var tqColumns = [{ template: "#= (SendEmails == true ) ? 'Yes' : 'No' #", field: "SendEmails", title: "Emails" } ];...
View ArticleCustomize header RadSplitContainer
Hi, I've a floating RadSplitContainer (labeled as B in the photo ) and I need to customize it to make it looks like the panel A, hide the close button, blue background on header, thickness border to...
View ArticleCustom StringFormat
Hello Tony, You need to set the following StringFormat in order to make the timespan visualize as expected:<telerik:RadTimeSpanPicker x:Name="Duration" Value="{Binding...
View ArticleKendo UI MVC grid popup mode insert mode model.set not working for DropDownList
Hello Adem,In order to set the model fields inside the edit event you will need to set it via the appropriate input element/widget and trigger the its change event in order to notify the change...
View ArticleSetting value after form[0].reset()
Hi Georgi thank you very much for your reply. That's what I suspected. I came up with a simple helper method as solution. It would be cleaner if we could call the value() and select() methods within a...
View ArticleFilter Grid with Multiple Filters
Hello Allan, The example is using DropDownList control, however in your scenario the control is ComboBox. So, the problematic code should be replaced with:ddl_owners =...
View ArticleSet Grid Column Editor function with wrappers
Hello Adam,I'm afraid but the UI for ASP.NET MVC wrapper is designed to work with the ASP.NET MVC framework's built-in EditorTemplate infrastructure. If you need to use the column.editor as a function...
View ArticleMultiple appointement at same time
Hello Alain, The explained approach could be achieved to some extent with the help of Special Slots - you could add the comments inside Special Slots (note that you will have to create a Style for the...
View ArticleRemove Controls from Rich Text Editor Ribbon Bar Backstage View
Hello Mohammed, Thank you for writing. In order to hide the described buttons you can use the following code snippet:public Form1(){ InitializeComponent(); CustomRichTextEditorRibbonBar ribbonUI...
View ArticleStyling custom grid cell elements in OpenEdge
I'm trying to implement a sample like this herehttp://docs.telerik.com/devtools/winforms/gridview/cells/creating-custom-cellsIn Progress OpenEdge. Unfortunately the ABL does not support overriding of...
View ArticleGrid - Ajax - Simple searchbox
I have tried most of the examples that come with the grid. My problem is this.this is my class that is bound to this view@model IEnumerable<VaultLeitarvefur.Models.vaultNidurstodur>this is my...
View ArticleAutomatic upload
Hi, Try to remove the TargetFolder="~/Uploads" property. Does it help? Regards, Hristo Valyavicharski TelerikDo you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the...
View Article'All Items per page' value being overridden
Hi Guys, Have just tripped over the following issue with the 'items per page' dropdown overriding the 'All' setting with the total number of records. To see the problem in action run the following dojo...
View ArticleSetting DropDownList SelectedItem
Hi Vitaly, Thank you for writing. This is a known issue which is already logged in our Feedback Portal. You can track the item for status changes and add your vote for it here. The item description...
View Article"Grow" pictureboxes dynamically in vertical direction
How can we set up report to "grow" Pictureboxes dynamically in vertical directions, ie. 4 boxes per row. I was thinking either as positioned as independant pictureboxes or Pictureboxes inside a...
View ArticleAppointment Start/End updated from VM
Thanks a lot for answers. Everything works fine.Regards, Andrey
View ArticleTelerik Bug in Sql Server 2014 SP1
Hi Luis, A hot fix for Data Access Q1 2015 that tackles with this issue is in the attachment of this forum post. I hope this helps. Regards, Doroteya Telerik Check out the latest announcement about...
View Article"Grow" pictureboxes dynamically in vertical direction
Correction, To be perfectly clear :-|, (I need several pictureboxes on the same row, ie. Horizontal :-) Increasing the number of lines should be dynamically. potential use of subreport will be...
View ArticleUpdate database automatically in VS2013
Hello Luis, What you observe with Data Access Q1 2016 is expected. The Visual Studio integration of Data Access was deprecated a year ago (in Data Access Q2 2015). Could you elaborate more on what is...
View Article