0
votes
0answers
44 views

Binding MVC grid to stored procedure with large amount of data

Binding MVC grid to stored procedure with large amount of data: I want to bind MVC grid to an object result that returned from SP Normally the grid request only data needed to be shown to the user ...
0
votes
0answers
65 views

Telerik MVC Grid - Custom filtering (client side)

I would like to have custom client-side filtering in my Telerik MVC Grid. This is mean that when user click on the filter icon on a column, instead of the default filter of Telerik, I would a custom ...
0
votes
0answers
59 views

KENDO UI GridAction Usage

I have telerik grid it has ajax request as follows. .DataBinding(dataBinding => { dataBinding.Ajax() .Select("FilterDetailsForCbu", "Actual", new { buyerId = ...
0
votes
1answer
56 views

Highlight Row wxgrid

I was looking for some solutions but i didn't get with it. I want to highlight the rows in a wx.Grid, when a date is over. is there any function that can do that? <i> def ...
0
votes
0answers
400 views

Kendo Grid Custom Editor Dropdown is not accessible in Popup Mode

I am using the Kendo Grid where i need to display dropdownlist as one of the column in the grid to allow users to select State. Here the source of the State can be different for each record. The ...
2
votes
0answers
130 views

DropDownList Column in Telerik MVC Grid

I have the following Grid Definition where the PreRemStatus column is not working properly with the ClientTemplate. Is there another way I can accomplish adding a DropDownList Column in the Grid? ...
0
votes
2answers
3k views

select Kendo ui grid row from controller

My first problem is : I use kendo grid with Single Select mode and I need when view loaded for the first time, the first row is selected, in other words, i want to select the first kendo grid row ...
0
votes
1answer
764 views

Custom command button from grid isn't updating partial view

I have created a sample project to illustrate my problem Index.cshtml : @using Kendo.Mvc.UI @model IEnumerable<KendoUIMvcApplication3.Models.Product> @{ ViewBag.Title = "Home Page"; } ...
2
votes
1answer
3k views

Kendo grid: How to check all checkboxes of selected rows?

I am using the Telerik Kendo grid with MVC and C#. I have a grid, populated with some data and have added a checkbox column - used so that the user can select all. Now, when I check the "selectAll" ...
1
vote
2answers
333 views

Telerik MVC Grid - Multiple data rows result

I am using telerik grid for display data from sql db... When I displaying more than 3500 rows, it returns: Error during serialization or deserialization using the JSON JavaScriptSerializer. The length ...
2
votes
1answer
924 views

Unable to call server side functions on update and delete functionality of Kendo UI

I am using MVC with WEB API in my application. I am using Kendo Grid with pop up editing. I am able to fetch the data and bind the grid. But the problem arises when i try to edit or delete a row. the ...
0
votes
1answer
251 views

ExtJs4 Mapping a treeStore level to a Store

What is a good way to map a level of a treestore to a flat store. In my case, I want to group criteria for a search. All search criteria are inserted into the top level of the treeStore, unless they ...
0
votes
1answer
795 views

Telerik MVC Grid Custom Column Image Button

I working with Telerik MVC Grid and i'm trying to change the button image of a custom column. column.Command(Sub(cmd) ...
0
votes
0answers
119 views

Filtering Telerik MVC Grid doesn't preserve the Changelog in Batch Editing Mode

I'm using a Telerik MVC grid (ASP.NET MVC 3). I am in batch editing mode and the grid is filterable. Upon loading the grid it is not filtered. I have a jquery function that filters the grid for me: ...
1
vote
1answer
215 views

Error 500 when I'm trying to filter (sorting, paging etc.) my grid

I'm having trouble with getting the sorting and paging function to work with my grid. I have a Grid that is filled with data, with Ajax Databindning. I however, receive an Error 500 when I'm trying to ...
0
votes
1answer
585 views

Navigate to last page on mvc telerik grid

How can you navigate to the last page of a telerik grid using javascript. My scenario is that I want to go to the last page of the grid in which the new record was added. I know I can use the 'pageTo' ...
1
vote
1answer
616 views

Applying rules in Telerik MVC Grid Filter

I'm using Telerik MVC Grid, and need to apply filter rules below, but it seems only apply to the first two column, and ignore all the rest of the columns. Here JS Code : ( assume grid is ...
0
votes
1answer
335 views

Telerik Grid MVC: Get the object passed to ClientEvent functions in javascript side

I have a little tricky question. I have a Telerik Grid with some ClientSide Events: .ClientEvents(events => events .OnDataBinding("SetAjaxParameter") ) In the function SetAjaxParameter I set ...
0
votes
2answers
494 views

Telerik MVC Grid sever binding with ajax editing

I have an application that is making extensive use of telerik controls and am looking for an example/demo of Telerik MVC grid that uses server binding to display the initial grid and then allow inline ...
0
votes
0answers
1k views

Accessing cell by name in Telerik mvc grid with ajax from OnRowDataBound event

Like I said in the title of the question, I want to be able to access cell by a name in Telerik mvc grid with ajax in the event OnRowDataBound. This event is raise with two parameters: DataItem and ...
4
votes
1answer
1k views

Ext JS 4 - how to create multiple store instances and assign to views? (MVC)

How do you create unique instances of stores and assign them to views (I am ok with creating unique views and/or controllers if that's required)? A simple use case - I want to open multiple grid's ...
3
votes
1answer
747 views

MVC Telerik Grid w/ dynamic data: How to pass column type information to the grid

in my Telerik MVC-Grid, I'm using dynamic binding with datatable. Everything works fine except the filtering, the operator dropdown remains empty. I guess that the grid doesn't know what kind of ...
0
votes
1answer
811 views

Popup window in Telerik MVC Grid without using Ajax

In telerik mvc grid i want to display some data in popup window when i click on a link button. But not using Ajax. Below is the code i am using but it is not working. Any help is appreciated @section ...
3
votes
1answer
269 views

MVC compatible Grid, which will have Excel functionality

In our project we need to implement Excel-like grid for web, which will look and fell like Excel cells(not fully, but as much as it possible for web). The most important functionality, which we need, ...
1
vote
1answer
2k views

Ajax Binding Telerik MVC Grid with DetailView in one call

I have the following markup. @(Html.Telerik().Grid(Model) .Name("Grid") .DataKeys(keys => keys.Add(key => key.Id)) .Columns(columns => { ...
3
votes
1answer
5k views

Telerik MVC Grid Refresh with jQuery Function

Hi I have a two MVC Telerik Grids Showing up in one View. Each Grid has a Custom Column with Edit Link When User Clicks Edit Link a dialog-model will popup with a form and after user hits save ...
0
votes
1answer
618 views

Telerik MVC grid problems

Ok, Telerik has some good visual appealing controls, but it damn hard to use and too diferent from html programming. My problem: I had in my page a grid with ajax turned on. So sorting, paging.. are ...
3
votes
2answers
473 views

Telerik MVC Grid - Spanning all footer cells

I'm trying to find a way to create a footer that will span all columns in an Telerik MVC Grid. I've tried the templates, but they only span the column they're are assigned to ... any ideas?
0
votes
1answer
1k views

update line row in telerik mvc grid

I have a grid like this: To edit a line, the user chooses one from the grid an click the "pen" icon. Then, the record is displayed in the form. To save the form, choose the save button link. Ok. ...
2
votes
1answer
4k views

Telerik mvc grid and fixed width column

all my grids will have in the first column, some image links to edit, delete and open the record. I can't get this column to be fixed at 80 pixels. Here is my code: @(Html.Telerik().Grid(Model) ...
1
vote
1answer
4k views

Telerik mvc grid and custom commands

Using telerik mvc grid with ajax, give me some headaches. I am trying to insert a column with some simple links, to perform the same behaviors that Delete command does (because I just don't want the ...
2
votes
2answers
1k views

Telerik MVC Grid : Create custom FilterDescriptor based on lambda expression

Currently I'm using this code to create a custom filter: var fName = new FilterDescriptor { Member = "Name", MemberType = typeof(string), Operator = FilterOperator.Contains, Value = ...
-1
votes
2answers
3k views

Highlight selected TELERIK MVC GRID row text in BOLD

I have a Telerik MVC Grid where I have a column as " select " , " edit" forwhich I have used Format Property to show Links to my ActionMethods . Now I want to show the selected Row text in Bold when ...
0
votes
1answer
2k views

asp .net mvc telerik grid and second header column

I use telerik grid with Ajax batch editing for MVC – works just perfect. I have to do the following – group 2 columns under common, additional to the existing header without losing editing ...
1
vote
1answer
936 views

Telerik mvc grid with a dropdownlist in view

I have a dropdownlist with a submit button in my view. When I select a value in dropdownlist and hit submit button, HTTPPOST action in the controller is called and it binds data to the telerik mvc ...
1
vote
1answer
172 views

MVC design issue

I'm having an application using MVC. It has a canvas and property grid. When an item is selected in the canvas. The property grid should display its details. So I made an event listener and when item ...
1
vote
1answer
4k views

ExtJS 4 - How to access multiple stores from views in MVC?

I am trying to build a app in extjs 4 using the new MVC method approach. I have a grid where the user can click on a row and the editing is done Ext.window. This Ext.window with tabs is defined in ...
0
votes
1answer
619 views

binding acolumn in mvc telerik grid due to condition

I have a telerik mvc grid with server bindig I want to bind a column depending on a condition: i did columns.Bound(p => { if ...
2
votes
3answers
3k views

Telerik MVC grid-How to set default row selected

Is it possible to render a Grid with one row selected as default (set the right page number and highlight the row)?
0
votes
1answer
415 views

ASP.NET MVC ViewUserControl in edit mode doesn`t work if a add a button

Hy, I have the following ViewUserControl: <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> <table> <tr> <td><%= Html.TextBox("") %></td> ...
0
votes
2answers
493 views

Telerik MVC DatePicker in IE6

I am hoping there is someone here who had encountered and solved this problem with Telerik MVC Grid and DatePicker in IE6 (yes IE6! cant do anything as it's the browser used by the client and they are ...
0
votes
2answers
560 views

in telerk mvc grid, editing and inserting scenarioes with AJAX binding of complex objects

In Telerik documentation we must use server binding when binding complex objects. How can we activating Insertion and Editing mode in Telerik mvc grid with ajax binding of complex objects? how we ...
2
votes
5answers
6k views

positioning edit-form Popup for telerik mvc grid

Can anybody tell me if there is a way to position the edit-form Popup for mvc grid to align to the center of the screen. Any help or suggestion is higly appreciated. Thanks,
0
votes
1answer
561 views

EnableCustomBinding in Telerik MVC Grid

Hello How do EnableCustomBinding in Telerik MVC, I know how to do it in c# but I am new to vb.net please let me know C# code For EnableCustomBinding [GridAction(EnableCustomBinding = true)] How ...
0
votes
2answers
1k views

Delete row in nested Telerik MVC grid

I face a problem - the controller method gets a NULL argument (key field value) from the nested (detail) view. What did I miss? <% Html.Telerik().Grid<mCustomer>() .Name("CustomerGrid") ...
5
votes
2answers
8k views

using telerik grid with jquery ui dialog!

in mvc user control called form.ascx, I have a Telerik Grid contained in a div called "details". from a page called edit.aspx i wrote the following: <asp:Content ID="Content2" ...
0
votes
2answers
3k views

Telerik MVC Grid: Setting the Default Sorting direction

Is there a way to specify the default sorting direction for columns in a Telerik MVC Grid? example: click on column 'Date' and it sorts descending, click on column 'Name' and it sorts ascending
-2
votes
1answer
1k views

Serial Number For Telerik Grid in MVC

I need to add a column to telerik grid which shows the serials number Please Help.. Thanks
0
votes
1answer
639 views

Telerik MVC Grid in Form tag

I have placed Telerik MVC grid in form.but it it giving me followin problem. if i edit any row and then click update,then control goes to select method instead of update method of the controller. can ...
0
votes
1answer
473 views

How to display a matrix in Html

I have 3 classes: class R{ string NameR;} class A{ string NameA;} Class RP { R objR; A objA; bool result; } I use NHibernate so in DB I have a table RP: [Id] [int] IDENTITY(1,1) NOT NULL, ...

1 2