Get Test List Name from code
Hello,Does anyone know how to access the name of the current test list inside a coded step? Thanks,Steve
View Article@Html.Kendo().Culture() doesn't seem to work properly
I'm using kendo Telerik.UI.for.AspNet.Mvc5 version 2016.2.607 in .net 452i have my culture type in web.config set as:<globalization uiCulture="de" culture="de-DE" />if i use the following code to...
View ArticleCustom Command Button
I have a custom command in my grid:columns.Command(command => { command.Edit(); command.Custom("InvoiceDetails"); command.Destroy(); }).Width(200);When the user clicks this button I would simply...
View ArticleIs it possible to force a combobox to request events every time it is opened?
This doesn't work if radcombobox is on radgrid cell. Any thoughts why?
View Articlequery on offline map
Hi, I am waiting for the reply of above post.As we are planning to purchase telerik UI so we will have to know if these points get satisfied or not. Any help will be highly appreciated. Thanks
View ArticleEnabling and disabling zoom in htmlchart
Hi, I have been trying to enable and disable zoom in my column htmlchart through a RadCheckBox and a Javascript function which I call in the RadCheckBox event OnClientCheckedChanged, and this is my...
View ArticleEnabling and disabling zoom in htmlchart
I jus wanted to add that I tried with the properties as true and false without the quotes.
View ArticleInvalidOperationException accessing attribute of TPH mapped class
Can anyone help or give a hint on this problem?
View ArticleData Access stopped working on my pc
I had the same issue after upgrading to Windows 10 anniversary edition. It looks like .NET Framework 3.5 wasn't installed after the updated. I installed .NET Framework again, and appears to be...
View ArticleHiding Row Selection Highlight
Hi Pavel,I aslo encounter this issue.Is this only applied for WPF application?I am buiding the "Telerik Windows Form Application",and want to hide the selection highlight,how can I achieve that? Best...
View ArticleNativescript App. Unable to view Analytics data on Telerik Platform.
Hello All,I've developed a Nativescript App and have included the plugin "nativescript-telerik-analytics" in my App. Now, I've configured the "appId" appropriately "##Snippet 1". The User is shown the...
View ArticleCan I use RadDocking for displaying of multiple views in one view which is...
Thank you very much, Nasko. Your example is very useful and I'm very grateful for it. In principle, this is what I was needed. The example works nicely. But I have one question: Can I make a dynamic...
View ArticleCan I build dynamically-changing RadCartesianChart with line series using...
Hello, Lance. Thank you very much for your help and support. As you advice,I prepair the project and open ticket but tomorrow. I'll do it tomorrow because now I'm up to my ears in work in my job. Thank...
View ArticleRadGrid Batch row mode Validation problem
Found "solution" by JavaScript debugging. combination of js errors from GridTemplateColumn:DefaultInsertValue not yet being options in dropdown lists(unhandled js exceptions on adding row in...
View ArticleDropDownList group name covering the option label
Given that I'm grouping the options by a property like "Country"When the widget is rendered too narrowAnd/or the group label is too wideThen the option label is eclipsed by the group name. Example:...
View ArticleHierarchical Grid WITH Crud - Sharepoint Lists (REST) data source
Hi, First off, new to a lot of this though I've made a lot of progress on my own. Unfortunately I'm maxed out with my limitations/lack of knowledge around several things. GREATLY appreciate some...
View ArticleHow to handle an array of strings returned from a REST service in a Kendo UI...
I have a rest service that returns one field as an array of strings: "$9":"0071", "NAMES": ["Chris Bob","Jim Kuster","Rick Dill","David Scope","Bryan Tim" ] My JS looks like this://Set URL of Rest...
View ArticleValidating fields in a FormTemplate
I can't seem to trigger my validators within my FormTemplate on my grid. I can't find any examples of this either. Is it possible? Do I have to resort to using client side JS to manually trigger them...
View ArticleUpdate Cell Contents with JavaScript
I have an MVC grid that has an Ajax datasource with InCell editing. After the grid loads we want to be able to update the contents of cells with JavaScript. So the user will enter a value in a...
View ArticleDisabling Cell in Grid
Need a way of disabling a checkbox cell in a unbound grid based data obtained elsewhere. Basically, I have a Combobox Column displaying Employee Name. When I select a Employee, I have a 'Bonus'...
View Article