MVCGrid is Telerik's HTML5 grid offering.
Questions tagged [mvcgrid]
47 questions
0
votes
1 answer
While Create gridview using grid.Mvc6 showing error
In my project i try to add grid but its showing following error 'HtmlHelper>' does not contain a definition for 'Grid' and the best extension method overload
'MvcGridExtensions.Grid(IHtmlHelper, IEnumerable)' requires a receiver of type…

Sathish
- 4,419
- 4
- 30
- 59
0
votes
1 answer
How to send to controller only checked rows
I have mvc grid like this.
@(Html.Grid(Model)
.Build(col => {
col.Add(model => Html.CheckBox("Person_" + model.Id));
col.Add(c => c.Code).Titled(BusinessUI.Code).Sortable(true).Filterable(true).Encoded(false);
})
…
user8646804
0
votes
1 answer
How to display Images in grid using mvc.Grid
i have a mvc grid where i want to bind images which are saved as url in database.I am new to mvc grid.please help me out.Thanks..
This is the code:
@using GridMvc.Html
@Html.Grid(Model).Named("SalesDueOrderListPartial").Columns(columns =>
{
…

sumit.spider
- 27
- 9
0
votes
2 answers
how footerdata set jqgrid set dynmaic column
iam create jqgrid dynmamic but i have problem. when create footer jqgrid
call function sumarValores() for footer in loadComplete
but dont know global when use $self.jqGrid
Must use Price_Num instead of global ;but I do not want use Price_Num…
user2049855
0
votes
2 answers
MVC5 MVCGRID Linq multiples tables
Im working with ASPNET MVC5 and i just Followed this tutorial : http://www.c-sharpcorner.com/UploadFile/4d9083/creating-simple-grid-in-mvc-using-grid-mvc/ and it works fine.
I now want to update my HomeController with 2 tables (Users & Roles),…

david
- 33
- 4
0
votes
0 answers
Previous Row data Using KendoUi MVC Grid - Razor-C#
I have a Grid (Razor-c#) Containing multiple columns/rows and there is a column named profit/loss .For every row I need to check the previous row data from profit/loss column and make some calculation to put the values in the current row profit/loss…

Imran Naqvi
- 45
- 1
- 8
0
votes
1 answer
ASP.NET MVC, Implementing MVC-Grid With Clickable Items
After spending a lot of time on research, I finally found a suiting grid for my ASP.NET MVC application, it is the mvc-grid. Now, after implementing it everthing is looking fine, but I noticed that one essential function was missing, I cannot click…

user3466562
- 465
- 2
- 10
- 23
0
votes
1 answer
MVC4 Detailview from GridMvc.selectedData
I am trying to get the selected row of a MVCGrid and display the details in an modal dialog using a partialview.
I am getting the selected row via ajax:
$(document).ready(function(){
var selectedRow;
$(document).on('click', '.grid-mvc', function…

Pixel Parker
- 3
- 5
0
votes
1 answer
Creating Custom Time Widget in GridMVC
I am trying create Time widget to filter records by time in Grid MVC. i am able to see the control but it does not filter any records. here is the script. I have added script, view code for mvc grid and the index page as well.
Script
function…

Hammad Bukhari
- 459
- 2
- 11
- 30
0
votes
0 answers
DevExpress GridView conflicts with DatePicker Jquery file
I have a DevExpress MVC GridView in my MVC View, the callbacks get frozen and shows infinite Loading Panel when i attach these two DatePicker Jquery files into my view.