Column attributes
On adding a new task, I am wondering if there is a way to designate columns as particular element types (such as a dropdownlists) that way the user can be limited as to how each task is structured.
View ArticleDropDownList server filtering - do I need additional action?
I am trying to do thishttp://demos.telerik.com/aspnet-mvc/dropdownlist/serverfiltering It looks like I dont have to have any special action in the controlerThis is my ddl @(Html.Kendo().DropDownList()...
View ArticleStockChart Navigator - problem with displaying "area" navigator
I created new DEMO that has 2 StockCharts: first one with { missingValues: "zero" }, the second one with { missingValues: "interpolate" }The first chart displays data properly (there is no sales for...
View ArticleHow to manually show and hide loading or spinning image?
I'm finding that regardless of the method used to display the loading indicator, it really only seems to work well in Firefox. In both Chrome and IE, when loading/reloading the grid the screen displays...
View ArticleUI Winforms RadTrackBar- Extension
Dimitar, ThanksYour graphic is a perfect representation of what I needApplication: Its for highlighting which sections of rail track have certain critical defect notcies placed on them
View ArticleStockChart Navigator - problem with displaying "area" navigator
I see your problem. We'll see if a Telerik employee has a better answer for you...If not and you are really representing discrete data points, perhaps you should change the chart type to "column". If...
View ArticleClick event on tooltip
Hi, In our app we have used bar charts and on tap on bar chart we are showing tool-tip with some info on it. We want to launch another screen on tap on the tool-tip. Is it possible to capture onClick...
View ArticleHTML in tab text
I'm unable to add html to the tab text. It outputs the html code. var tabHeader = value["AddressTypeDescription"]; var tab = $('<div>').attr('name', tabHeader);...
View ArticleHide Excel Export button in run time
Hi How can I hide the Excel Export button in runtime? Depending on the logged in user I have to hide and show the Export Excel button.Would you have some sample code?
View Articledynamical resource of dropdown list in a grid
Let' s say, there a mvc grid with a dropdown list inside it. The grid has three mode; view edit and add modes, in other words users are able to view, edit, and add records.The data source of this...
View ArticleTesting Kendo ListView with Kendo Editor on "New" form
Hello Kyle, I'm sure there's a way to overcome the recording and playback problem. However the Test Studio technical support are not web developers, we don't know how to put your code snippet into a...
View ArticleDebug in Android Device with VS 2013
Hi,I've deployed my app into an USB connected device with Android 4.4.I would like to debug the app using the built-in Visual Studio 2013 tools, but i can't make it work. I place the breakpoints but...
View ArticleMake OpenAccess ORM 2nd Level Cache Fully Compatible with Microsoft Azure
Is this still being looked at?We need this feature.
View ArticleHow to prevent drop and change icon
Hello, I am afraid, the OnClientNodeDropping client-side event does not have an equivalent of the OnClientNodeDropping's get_destNode() method. You could do something like:function...
View ArticleStockChart Navigator - problem with displaying "area" navigator
Thank you. I will wait help from Telerik team.
View ArticleHowto remove "data-bind" Attribute from Grid PopUp Editor
It WORRRKS !!! Thank you very much Alexander. You are great.
View ArticleCollapse all rows and columns for the initial load
Hi RadPivotGrid1.RowGroupsDefaultExpanded = false; Works nice, thanks
View ArticleProgrammatically Create Plot Bands for RadHtmlChart
Hello, I am creating a RadHtmlChart in the code-behind (VB.NET) and would like to know how to create a plot band for the yAxis programmatically? I can't find any documentation online or in the forums....
View ArticleHow to manually show and hide loading or spinning image?
I wanted to follow up and say this spinner issue was being caused by async being set to false for all ajax requests. I believe there were some "race" issues coming up and instead of using event...
View Article