How to re-assign the parent node
Ivan, thanks for sending this sample over. On first pass it looks like it does what i'm looking for, but when i actually tried to implement this in my solution i found that it doesn't work. The issue...
View ArticleTooltip z-index
Hi, We have this issue currently with a graph within a kendo window. The fixes mentioned above will not work as the tooltip goes beyond the div space allowed for the window, this applies to the left...
View ArticleUse absolute paths for images and relative path for links?
In doing some more research, I think the issue may be the regular expression. Perhaps the fact that my URL has a ?. It seems like I can't replace anything that comes after the ? which is where the...
View ArticleRadCalendar tooltips not rendering
Hi Viktor, I was able to copy over my calendar code and got the tooltip running PARTIALLY. I have included my new test page below (mike.aspx), which shows what I am dealing with. Per the attached...
View ArticleDefaulting to 1900s instead of 2000s
Great. So for my situation i set ShortYearCenturyEnd = 2099. Thanks.
View ArticleChanging View "A" element from View "B"
Hello. How would one access/change a "views" elements from a different view? I'm using templates so the views are added and removed from the page. Basically im changing a value in one view and i want...
View ArticleChanging View "A" element from View "B"
Sorry no edit button, im adding this to my question. Is there a callback/function which is called or we can define which runs everytime a view is loaded.
View ArticleMVVM and kendoDropTarget Issue
My Scenario is that i have a <UL> element that is binded to an observable collection. on page load, the following JS is being ran to make the children droppable...
View ArticleKeyboard Accessible
I'm trying to implement sortable on my OL/LI and need to make it KB accessible. Does KUI Sortable have any KB accessibility features and/or how would you recommend I approach this? Thanks, --Ed
View ArticleCustom sprites for burger menu
I needed to add :before to the suggested HTML, and it works as intended. html .RadMenu_MetroTouch .rmRootToggle:before {
View ArticleCustom sprites for burger menu
Posting note: I received an error page on the first two reply attempts. These are not intentional duplications. Can anyone tell me how I can delete a posting I just made?
View ArticleRadgrid GridEditCommandColumn scroll issue
Hi Telerik Team, I'm using Radgrid with EditCommandColumn in WUC, On click of "Edit" link one control becomes editable with update/cancel buttons and when I scroll the grid, the position of the...
View ArticleRemoving drag and drop
Aha thanks! Does this pattern apply to all kendo widgets ? For example if I wanted to destroy the "kendoEditor" after the edit is finished can I use the same pattern...
View ArticleRemoving drag and drop
Aha thanks! Will this work for all kendoWidgets ? If I wanted to destroy the kendoEditor after an edit is finished can I use if($(event.currentTarget).data("kendoEditor")) {...
View ArticleProblem with Telerik.Web.UI, Version=2015.1.225.45
Hello, I assume that you had already revised the following article, describing the cause and the solutions for such...
View ArticleTelerik.Web.UI, Version=2015.1.225.45 issues with framework 4.5.1 please...
Hello, I have already answered your other ticket with the same question. In order to prevent multiple posts I will ask you to continue our communication there. Thank you for your understanding....
View ArticleDifference between .Click and .MouseClick?
Hello Cody, it most definitely does. Seems to me that both methods have disadvantages. The javascript .Click() can be "flaky" and a developer might have to write up extra code to ensure that an event...
View ArticleMulitline textbox AcceptsReturn not working.
Thank you jen for the sample code. The only issue I found is that pressing the enter key in-between text within the textbox does not add a new line at the cursor position, but will always append a new...
View ArticleLoop through dataitems on clientside
How can I loop through all the items of the listview on the clientside to find a control in the item template?
View ArticleMulitline textbox AcceptsReturn not working.
I've updated jen's code to resolve the issue as follows: public override List<DelegateCommandWrapper> ProvideCommandsForKey(KeyEventArgs args) {...
View Article