Extract data and put it in excel file or local data
Hi Boyan, sorry for the late reply. I encountered a few issues but figured that part out. I think the page how to get/set variable is a bit vague. I had the recorder extract that the text contains...
View ArticleChange value displayed in DatePicker text input
Thank you for the information, Kiril. We should be able to work with something like this, and we will test it on every upgrade. var firstDate = new Date("2015-6-6");...
View ArticlePrintable Panel Header and Footer
I had no trouble creating a printable panel control using the documentation provided. However if I add header and footer height and text to the radprintdocument in the control, the panel is printed...
View Articledelete my account
Hello, It has been deleted. Regards, Colleen Telerik Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed?...
View ArticleRemove CRLF from Grid cell
Hi,I have issue while copy pasting a multi-line text with Carriage-return line feed in the GridBoundColumn. I need to remove the CRLF while pasting the text in there. I researched a lot in the forum...
View ArticleRemove CRLF from Grid cell
Here is the Event handler - protected void Grid_ItemDataBound(object sender, GridItemEventArgs e) { if (e.Item is GridDataItem) { item["StandardItemParaDesc"].Text =...
View ArticleRadRadialGauge interactivity breaks with an effect applied to containing grid
I'm currently testing out the Q1 2015 Trial before deciding to completely upgrade my application. One of the views in the application uses the RadRadialGauge with an interactive RadialScale. A custom...
View ArticleDropDownList Select event get dataitem
We recently updated to the latest kendoUI 2015.1.429 and noticed a weird issue on the dropdownlist select event. Here is the code: @(Html.Kendo().DropDownListFor(m => m.Deficiency.correctionId)...
View ArticleGrid disappears when adding custom command
I'm new to Kendo UI MVC controls. I'm using a couple of grids inside a tabstrip. When I add a custom command to one of the grids, the grid does not render onto the page, but when I remove the custom...
View ArticleAppBuilder updated, now doesn't work :(
We are having issues too. We have one developer on our team developing in the Windows Client and when I try to go see the project on the web version AND my Windows Client on my computer, I see none of...
View ArticleRadRadialGauge interactivity breaks with an effect applied to containing grid
I've continued playing around with this with the effect disabled and it seems my problem is two-fold, although likely stemming from the same root issue. The same error occurs if the gauge is wrapped in...
View ArticleStrange Tab behavior with customer editor
I have a grid with editing set to inline. In one field I have a custom editor setup with a DropdownList. Tabbing out of the list editor after making a selection is acting strange, sometimes it works...
View ArticleOffline installer
I have tried the link and selected JustDecompile it then redirects me to my account page with the following response "Sorry. You are not a licensed user for this product and cannot access this page."
View ArticleGrid disappears when adding custom command
I think I figured out my own problem. Seems I had a javascript function I was trying to call for the click event in the wrong place, so it couldn't be found. It's working now.
View Articlehopefully simple question about presenting client certs
Basically, in the code for Fiddler's HTTPS decryption feature also offers basic support for intercepting requests that require client certificates and responding with a client certificate from the...
View ArticlejQuery event handlers don't work on mobile device (Kendo UI Mobile)
I ran into the following problem:When something is clicked in my app, I need to run a function that retrieves a data-attribute from the object that has been clicked.In the emulator I can run some...
View ArticleUnable to open radwindow using radopen() in javascript
I can open radwindow successfully in ASP.NET. However when I try in classic ASP it does not work. Is there any sample code for classic ASP please?
View ArticleIncrease memory when selectionchanged RadTagItem
Was it related to http://www.telerik.com/forums/radtabcontrol-memory-leaks-16fe6d2507ee? Has that been resolved? I am starting to dig into my codes to see how i can contain the ever increasing memory...
View ArticleButton click on detail template is not firing (button on child grid in...
And one more thing, I am trying to add a delete button on child grid on each row. I have added custom command and added click event on that. It is firing the click event on child grid and after that is...
View Article