Questions about Telerik ASP.NET MVC Extensions
0
votes
1answer
11 views
Adding telerik reference and using telerik controls in view page
i want to add telerik.dll reference to the application and use the telrik controls in my application. i added the reference and added namespace in web.config file as
'add ...
0
votes
1answer
15 views
Telerik MVC Editor - Ajax Decode
I am using the following to send a canvas image and contents of Telerik MVC Editor to generate PDF file using itextSharp.
$("#savePDF").click(function() {
var editor = ...
0
votes
1answer
69 views
Telerik MVC Grid, rebind after ajax delete from custom command?
I've got a Telerik MVC Grid and I am trying to have the grid rebind after deleting an item.
here is my grid:
@(Html.Telerik().Grid(Model.Item).Name("Items").Sortable().Scrollable(x => ...
0
votes
0answers
9 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
1answer
28 views
using checkbox in telerik grid
I'm using checkbox in Telerik Grid.
following is my code
@(Html.Telerik().Grid<ProductModel>(Model.Products.Data)
.Name("products-grid")
.Columns(columns ...
0
votes
0answers
37 views
Telerik MVC Slider - Change MAX value Javascript
I am trying to change Max using the following:
$("#MPRSliceSlider").data("tSlider").maxValue(intervalCounter);
I get this error
Function expected
I use the same to change the value:
...
0
votes
1answer
39 views
How to filter a Telerik Mvc Grid bound to a formatted datetime property
New to Telerik Mvc, so I'm hoping I'm missing the obvious here. I am using version 2011.3.1115.340 of Telerik Mvc. The grid is being databound via ajax calls to controller actions and then the ...
0
votes
1answer
36 views
Set page size on client side telerik grid
I have tried a lot but didn't find the way to change page size of telerik grid on client side
Till now I have this on my grid
.Pageable(pager => pager.PageSize(25, new int[] { 25, 50, 100 })
...
-3
votes
2answers
51 views
Checkbox display issue while adding checked attribute to it [closed]
![enter image description here][1]I have a check-box to which if I adds checked property then it does not displays as checked.
<input type="checkbox" checked="checked" value="True"/>
Thanks ...
0
votes
1answer
43 views
DetailView in Telerik MVC Grid Razor
Below is the current view I am using, I want to add DetailView to it. I have tried many examples even I used telerik demo code but none of the code seems to work. Can anyone show me some code how to ...
0
votes
1answer
63 views
I cannot get the Telerik MVC extensions grid to show a total with ClientFooterTemplate
I am using Ajax binding and so I am assuming that if I want the total to update after the user edits a change, I need the ClientFooterTemplate as opposed to just the FooterTemplate which works.
Here ...
0
votes
0answers
25 views
Grid Batch Editing Telerik MVC Grid and Validation
My UI has a batch editable grid with column called Rank and fixed number of records ( say 5 records and no paging ). The field Rank has to be validated and should always input in the ascending order ...
0
votes
0answers
27 views
Telerik Upload Control - filename displayed incorrectly in FF18
We have observed a bug in our app with respect to display of file names in Telerik Upload control.
here is the scenario.
Upload a file named - 123'123.txt. - Uploaded successfully
Download the same ...
1
vote
1answer
163 views
Telerik MVC DatePicker - Disable all future dates
I have a Telerik MVC DatePicker :
<%: Html.Telerik().DatePickerFor(model => model.Date)
.TodayButton()
.Max(DateTime.Now)
...
0
votes
2answers
147 views
Export to CSV file centrally in Asp.Net MVC
I am doing Export to csv functionality in my MVC project. Currently if i write code on each page it works properly. but i want to avoid duplication of code doing export functionality centrally.
...
0
votes
0answers
34 views
Telerik ASP.NET MVC extensions multiple charts in one view rendering
I am using ASP.NET MVC3 and am trying to create a view that has 3 Telerik graphs and a calendar. 1 chart is a pie chart, 1 is a line graph, and 1 is an area chart.
Everything loads perfectly the ...
0
votes
0answers
32 views
Telerik MVC grid filter is truncated when no records
I have Telerik MVC Master & Detail grid. In that grid when filtering Master grid showing one record. There my filter box is not truncated. Its appearing on top of the Master grid. It means showing ...
0
votes
0answers
29 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
118 views
Cannot display Raw Html in Telerik Grid's Popup Editor using an ASCX template
I looked at Telerik MVC3 grid with custom Edit/Insert popup and it was almost there. However, I am trying to figure out how to display some HTML Text that is generated by the Controller for each row ...
0
votes
0answers
21 views
Set the order by column programmatically on the Telerik MVC grid
I have a MVC Grid binding using a server and ajax binding and when user sort a column I save the grid's orderby value to database using a webservice call, so when use return back to the page i have to ...
0
votes
0answers
59 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 ...
1
vote
1answer
78 views
Telerik Openaccess ORM extend domain models
I'm new to Telerik OpenAccess ORM and using for MVC project with database first approach. I went through this tutorial video on their site about Models:
...
0
votes
0answers
55 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 ...
2
votes
0answers
39 views
Pass argument using Client Side in Telerik MVC
I'm developing some application using Telerik MVC.I wanted to pass Argument from client side.Is there any way to do it?
Here is my code for rad window
@{ Html.Telerik().Window()
...
0
votes
0answers
67 views
Asp.net MVC4 with Telerik grid row insert with initial data
I have a grid of user tasks for daily report purpose. I want to fetch some pre-calculated (viz. overall progress so far for same task) data on insert.
What telerik said about grid events is ...
0
votes
1answer
58 views
Update function in telerik grid
Hi Iam implementing telerik grid in my asp.net MVC4 application. I have implemented the grid where select and delete functionality in working fine. But when i click on submit button update function in ...
1
vote
0answers
130 views
Telerik DatePicker on MVC4 app, Date Format Validation issue
I have this model:
public partial class Cita
{
public DateTime dia1 { get; set; }
public DateTime? dia2 { get; set; }
}
have this on my view:
@model ...
5
votes
1answer
170 views
Custom grid using Telerik pluggin in nopcommerce 2.8
Iam working on nopcommerce2.8 version. I have a problem with telerik plugin implementation to create new grid.
Iam implementing a concept where for a product i want to give different price for ...
0
votes
1answer
116 views
Telerik.Web.Mvc.UI intellisense doesn't work
I have a Class Library plugin for nopCommerce that acts like a MVC3 application and in the Index.cshtml I want to use the Html.Telerik().Grid<MyModel>(Model) and added in my Index.cshtml this ...
1
vote
1answer
58 views
Telerik MVC razor - How to get all records that are checked
I'm using MVC grid in Razor and have the following grid:
@(Html.Telerik().Grid<MVC.Models.List>()
.Name("grid")
.Columns(columns =>
{
...
0
votes
1answer
81 views
Unable to add images to Telerik Tree View
Here I'm going to add Telerik Tree View using MVC 4.Tree is populating.But when i tries to add Image, then it failed..
My code goes here
@(Html.Telerik().TreeView()
.Name("TreeView")
...
0
votes
1answer
63 views
Telerik MVC Extensions Grid Aggregate with Ajax Binding returns zero
Well, i decided to give it a try to Telerik MVC Extensions v.2012.2.607.340
I am having a problem with aggregating a decimal field in their grid.
I am using ajax binding.
I have an Action that ...
0
votes
0answers
84 views
How to populate telerik mvc grid based on text boxes on the same view of the grid?
in my mvc project i have a view with some textboxes and a empty telerik mvc grid on the botton.
Whith all the textboxes filled i have a model data, i need to send these data to a telerik grid as a ...
0
votes
1answer
68 views
Is there any free version for Telerik ASP.NET MVC 4?
I'm going to develop ASP.NET MVC 4 using VS2012.I heard that Telerik released some free version for Telerik MVC 4.I search everywhere but i couldn't find out.Anyone had a experience on it ?
0
votes
0answers
73 views
How to select editor in Jquery when using Html.Kendo().EditorFor
I'm using the Telerik Kendo UI editor for a field that can be posted to the server.
@( Html.Kendo().EditorFor(model => model.TickerContent)
.Name("TickerContent")
...
0
votes
1answer
155 views
Suggestion required - Use 3rd party UI grid or build own grid from scratch?
The project will be built in MVC4 using Entity Framework.
First of all, The targeted grid should be looking like this(It's just a sketch I've made graphically, But it should like this in the end):
...
0
votes
1answer
215 views
ModelState.AddModelError not showing any message
I am using telerik mvc grid. In my table I have unique key defined for a field. And in controller I am catching the error using try ... catch inside DbUpdateException.
in catch block I want to handle ...
1
vote
0answers
166 views
Dynamically add form elements with linked jQuery functions
I have a website where a user can configure a list of items before submitting the list. Each item is represented by a row of cascading comboboxes (each selection updates the possible values in the ...
0
votes
1answer
59 views
Configure list of items to send to server
I want the user to be able to construct a list of items client-side in a form and then send the entire list to the server when the form is submitted.
Each item has several properties that can be set. ...
0
votes
1answer
87 views
Access object properties in Telerik client templates
My column is bound to an Employee object like this:
class Employee
{
int Id;
string Name;
}
My edit template presents this column as a drop-down box with the options populated by ajax ...
0
votes
1answer
351 views
about kendo ui upload in mvc3
I want to use kendo ui q2 2012 in mvc3. i use the way of this link:
http://docs.kendoui.com/documentation/getting-started/using-kendo-with/aspnet-mvc/introduction
but in my razor view , instead of ...
-1
votes
1answer
95 views
Prevent post back on enter key in telerik MVC dll grid
I want to prevent Post back on Enter key press in telerik MVC dll grid.
is there any way to do this.
please suggest.
thanks
0
votes
2answers
96 views
onRowSelect: how to get cell index
I've telerik grid.
@(Html.Telerik().Grid(Model)
.Name("Grid")
.Columns(columns =>
{
//columns & bound
})
.ClientEvents(e=> ...
1
vote
1answer
112 views
Telerik Grid ASP.NET MVC4 Grid Binary Operator Issue
I have a Telerik Grid in an ASP.NET MVC4 view that is throwing a very odd error. I have this code working in other areas of the application without issue... With the client template code removed for ...
0
votes
1answer
89 views
Cascading dropdownlist for telerik asp.net mvc extensions
I want to be able to have let's say two dropdownlists where the data retrieved from the second dropdownlist depends on the selectedvalue of the first dropdownlist.
I know I would execute an ...
0
votes
1answer
306 views
Telerik MVC TreeView get all checked node values
I Have a TreeView with ShowCheckBox(true). How can get all values of checked nodes in second level with JQuery.
0
votes
1answer
77 views
onError event of Telerik for ASP.Net MVC extensions
When exactly does the onError event fire for the grid?
I want to know if what I have is sufficient for any errors that occur in my Controller. In my .Layout_cshtml page, I have the below code ...
0
votes
0answers
234 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
1answer
108 views
Displaying multiple values with Telerik ASP.Net MVC extensions with the ForeignKey column
From what I've read, it doesn't seem possible to associate a ForeignKey column as a multi-select listbox. Is this true?
If it's not true, I am famiiar with using the ForeginKey column and would like ...
0
votes
2answers
93 views
Telerik Combo Background
How can i Change background color of specific values in telerik Combo (MVC).
<%= Html.Telerik().ComboBox()
.Name("DropDownList")
...



