Questions tagged [jqgrid-asp.net]

jqGrid-ASP.NET is a commercial grid component for ASP.NET & PHP based on the world's most popular and flexible jQuery grid plugin jqGrid.

jqGrid-ASP.NET is a commercial grid component for ASP.NET based on the world's most popular and flexible jQuery grid plugin jqGrid.

559 questions
0
votes
2 answers

jqGrid - multiselect rows and rowselect

I have a jqGrid with multi select set to true using the asp.net jqGrid. I want it to select multipole rows then click a button and something will apply to the IDs for all those rows. At the same time, clicking on a row should populate some fields…
Mike Stone
  • 319
  • 9
  • 22
0
votes
1 answer

jQgrid beforeProcessing doesn't fire

I am using jqGrid 4.0.0, beforeProcessing never gets fired for each postBack, it has not been triggered at all, please assist! $('#jqgInventory').jqGrid({ autowidth: true, caption: 'Inventory', datatype:'json', forceFit: true, …
Alaa Osta
  • 4,249
  • 6
  • 24
  • 28
0
votes
1 answer

Jqgrid Get postData

I would like to export only the data from jqgrid. So basically I already have a bound grid with data and I want to get the data as json string so I can call BindGridModel(data) later on and bind the data without going back to the server only from…
Alaa Osta
  • 4,249
  • 6
  • 24
  • 28
0
votes
1 answer

Jqgrid virtual Paging

Is there any example showing how to do virtual paging? I want to load 25 records on page load, then load the other 25 records on top of the existing 25 when the user clicks on the pager or on next button so it will go back to the server and bring 50…
Alaa Osta
  • 4,249
  • 6
  • 24
  • 28
0
votes
1 answer

solution for Design this forms in jqgrid

I Have problem in use jqGrid,Before discussing the question of explain tables. i have 4 tables CostType,CurrencyUnit , Request,RequestCost . CostType Table structure CostId CostName ------- ---------- 1 permit 2 …
Pouya
  • 1,908
  • 17
  • 56
  • 78
0
votes
1 answer

JqGrid GridView issue

If I set the gridView property to true, the table height is not set correctly, it is showing empty space beneath the last record. I think it is completing the rowNum of the last page. Is it a bug or I am missing a property to set? This is only…
Alaa Osta
  • 4,249
  • 6
  • 24
  • 28
0
votes
1 answer

How to handle server errors using jqgrid.net mvc in add or edit dialog

I am trialing jqgrid.net mvc and have noticed that any server error that happens in an add or edit popup dialog, ends up rendering the entire error page in the popup, which is not very pretty. Does anyone know if it is possible to handle this better…
chrisp_68
  • 1,731
  • 23
  • 41
0
votes
1 answer

Inserting table into Trirand JQGrid Edit Dialog that was creating with JQuery

I have a JQuery and AJAX function that creates a table with 2 list boxes and buttons to add/remove from one list box to another. I want to insert this table into the Edit Dialog box of the JQGrid. So that when the add or edit button is clicked the…
broguyman
  • 1,386
  • 4
  • 19
  • 36
-1
votes
1 answer

To to pass entire value of JQquery to controller method

I want to pass the variable grid to a method(controller) Here is my ajax code: function SaveReorderPriority(){ var partnerId = $("#partnerDropDownList").val(); var isoCountryCd = $("#cntryDropDownList").val(); var partnerSystem =…
-1
votes
1 answer

Not able to bind more than 500 records in jQgrid through json

I am not able to bind more than 500 records in a jqGrid through JSON, while my requirement is to bind 150000 records in jqGrid and add pagination. If i add TOP 400 in a SELECT query then I am able to view records but for TOP 500 it shows blank.…
-1
votes
1 answer

How to put a color in html textbox with a condition?

Hello guys how to change a color of a textbox in cshtml?. I have this code $("#BUTTON").click(function (event) { var urlPA = URL; var crty = $("#Courtesy").val(); var fname = $("#Familyname").val(); var gname =…
UkI
  • 1
  • 10
-1
votes
1 answer

1. How to call a controller method using url in .jqgrid & 2. Visual Studio Cannot load a project

Question 1 : I am trying implementing JQgrid in MVC, for that in .jqgrid url , i have as url: '/Personalize/GetAccountHeads', Where GetAccountHeads() is a Method in PersonalizeController.cs as., [HttpPost] [Authorize] …
Muthu Ganapathy Nathan
  • 3,199
  • 16
  • 47
  • 77
-1
votes
1 answer

jqgrid treegrid with level headers

I Have a TreeGrid with multiple levels I want to add Header for each level (i.e similar to that of subgrid, but i dont want to use it as the columns of subgrid doesnt align with the outer grid).
-1
votes
1 answer

Set Row Names in JQGrid

Currently working in MVC 3 in Visual Studio 2012, and looking to dynamically fill a jqGrid with data from a Database. Hypothetically speaking, I would like to dynamically name the "row headers" on the far left where they are ordered numerically (ie-…
Ivory_Tower
  • 183
  • 1
  • 1
  • 8
-1
votes
1 answer

How to implement inline Editining in jqgrid

i want implement inline editing in jqgrid. i have form Like the picture below i want user can enter just number in Amount textBox and And select CurrencyUnit after that go to row 2 and enter Amount and etc. but when select row 2 data row 1 reset…
Pouya
  • 1,908
  • 17
  • 56
  • 78
1 2 3
37
38