Tagged Questions
2
votes
0answers
174 views
IPAD IOS 6 not displaying Report in Telerik Report Viewer
We are having issues where IPAD IOS 6 not displaying Report in Telerik Report Viewer
We have an MVC ASP.NET application which calls the ReportViewer. ...
1
vote
0answers
527 views
Kendo MVC Wrappers client side validation
I'm using the Kendo UI Server Side Wrappers to create a grid to manage (CRUD) a list of messages in our system. The model is very simple and it only requires that the message is 150 characters or ...
1
vote
0answers
529 views
Validation error does not show up in grid
I have an MVC 3 Razor Telerik grid. When the Update for an Edit button is clicked, the proper Controller is executed and the TryUpdateModel statement is performed.
I purposely put in some text that I ...
1
vote
0answers
898 views
Server-side Validation using MVC 3
I'm building an ASP.NET MVC3 app. I have 2 views;
List item contains a grid
details view consists of a drop down list (combobox)
I have a requirement to alert the user at the details view when ...
1
vote
0answers
1k views
Grouping not working with ajaxically loaded telerik MVC Grid
i m using telerik extensions for .net mvc. in grid everything is working fine until i try to group the grid control based on some columns. actually my grid is not server bound (even it loads the grid ...
0
votes
0answers
18 views
Recording Test Studio Telerik at Visual Studio 2012
I am using the Test Studio with the Visual Studio 2012 where when initiating a writing of a test for the Test Studio or the VERSUS (Visual Studio 2012) hour catches browser all and hour catches the ...
0
votes
0answers
20 views
Automated testing with Visual Studio 2012 for test framework telerik
How do I generate a test in Visual Studio 2012 with the framework of telerik for this command line:
<span class = "widget-k k k-dropdown-header" style = "width: 100%;" unselectable = "on" role = ...
0
votes
0answers
23 views
How to Chage RadFormDecorator background at run Time
Bank.aspx Page
The below code rad grid.Inner grid with check Box and Span tag .. I want to change the span tag background color Dynamically when Outer grid Insert Mode or Edit Mode.
...
0
votes
0answers
33 views
Prevent any action if telerik datepicker is in error state i.e. with t-state-error class
How do I prevent any action if my telerik datepicker has error?
For example, I am using telerik grid and while using inline grid edit, if one or more datepicker has error in that grid row, how do i ...
0
votes
0answers
62 views
Telerik MVC menu - sitemap binding issue
I am receiving object reference error while binding Telerik MVC menu to xml sitemap that has action and controller names properly set on sitemapnodes. This happens only in POST methods and when I try ...
0
votes
0answers
73 views
Telerik MVC upload control disappear
I have a problem with disappearing telerik upload control (mvc).
I have basic template project with one telerik upload control on page - nothing more.
Scenario:
Selecting file to upload
File ...
0
votes
0answers
240 views
Asp.net MVC Telerik Grid pass data to Telerik Window
Here is a code:
View:
@model LibraryWebApp.Models.BookViewModel
@(Html.Telerik().Grid<LibraryWebApp.Models.BookViewModel>()
.Name("Book")
.DataKeys(keys => keys.Add(k => ...
0
votes
0answers
161 views
How do I place dropdown list in the Telerik asp.net MVC Grid instead of filter text box?
How do I place add Dropdown list in the telerik asp.net MVC grid control ?
The Grid definitions are given below
Column Definition : columns.ForeignKey(o => o.StatusID, new ...
0
votes
0answers
98 views
Telerik RadTreeView, reload whole tree and/or subtree
after alterations on tree data I need to reload a whole tree or subtree (as some nodes become deleted and others appear).
Preferably I also need to retain open/closed/selected states of tree.
I use ...
0
votes
0answers
102 views
How to apply Telerik ExpressionBuilder in Dictionary data?
I'm having problem with using Telerik ExpressionBuilder, the scenario is depicted below:
public class Vehicle
{
public int VehicleId { get; set; }
public string VehicleName { get; set; }
}
So I ...