Problem positioning tiles when some are collapsed
Here is my solution, it's not terrible. Maintain a flag indicating first time initialization is in progress. Once the last tile in xaml is positioned then set tiles to desired position and turn off...
View ArticleProblem positioning tiles when some are collapsed
comment in code above should read: this is honored.
View ArticleProblem positioning tiles when some are collapsed
comment in above code should read: this is honored.
View ArticleInline dropdown: data is not updated when change from empty value
Hello, I have a grid like the following:$("#grid").kendoGrid({ dataSource: { batch: true, data: [ {id: 1, statusId: 1, label: 'item1'}, {id:...
View ArticleRadRibbonbar visibile dynamically
Hi DearI have Radribbonbar with 3 tab and every tab have multiple group and every grouphave multiple radbuttonelement.i want to control them dynamically i add to db permissions and read them for...
View ArticleFails to upload first file
Thank you for your response. As usually happens I got side tracked and now I am back to this issue.It still occurs. We did try a newer version. I still have to try the change to the web.config as you...
View ArticleUsing the Diagram Commands from code
Hello, I also needed this feature thanks. but I still need something like that for both Align and Group function. Below solutions fails on runtime. if (!this.Diagram.SelectedItems.IsNullOrEmpty())...
View ArticleChanging horizontal scroll range on Timeline View
Oh sorry, Really I mean...after I add resource to scheduler after form load event, I found that RadPropertyChanging event doesn't work(RadPropertyChanging is not fire)so I still have a problem. Thank...
View ArticleOpen kendo window dynamically from angular
I am trying to open a kendo window dynamically from angular. By dynamically, I mean adding a new <div> for a window to the html from an angular function and then open the window. I do not want to...
View ArticleCustom Filtering a Grid
Hello, I'm currently evaluating the controls for a project. I'm currently able to display the grid and filter using regular filtering on the table. I want to create a custom area in the page, using a...
View ArticleOpen kendo window dynamically from angular
I'm trying to open a kendo window dynamically from angular. By dynamically, I mean adding a <div kendo-window...> to the html from an angular function and then opening the window. The function...
View ArticleUpdate an EditorFor value in a popup editor template using JavaScript
This is great information. I think this needs to get into the documentation ASAP for the GRID.
View ArticleButtons in general aren't working on Android devices
After a recent update to the current Kendo and JQuery libraries (we were quite behind) we've had a lot of issues with buttons in Android. I have read through all of the forum and recently submitted a...
View ArticleMay I move an application from one machine to another, that uses Telerik...
I used to have a subscription for Telerik Devcraft Complete. However it has expired and I cannot renew it at this time. The PC that I did all of my work on, is dying. I've purchased a new PC and am...
View ArticleBug? RadGrid + RadAjax + Responsive @media rules
As a follow-up on this one - is there a suggested CSS reworking to get the Advanced Paging area to collapse up to something usable on a mobile screen size? Right now I have to hide that grid area -...
View ArticleInheritance and events (mouseover/out)
I know.Last question. Would this be ok?init: function(options) { kendo.data.ObservableObject.fn.init.call(this, $.extend(this, options)); },Or it would be better to avoid that and just...
View ArticleBest place for CONFIG.sHostsThatBypassFiddler
Hi Eric, Thanks, that worked perfectly. I decided that separating my project into 2 pieces (one has the libraries and the other the GUI forms) would be cleaner. So its one solution with 2 projects. I...
View Articlesimplified filtering for kendo ui grid
Hello Christopher,Changing he default filtering settings globally is not supported out-of-the-box and it will require custom solution. Ideas how to achieve this are discussed in the following blog...
View Article