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.

554 questions
0
votes
1 answer

how to access to dropdownlist into jqgrid and get value

hi all i have jqgrid and set update inline . i wrote this code $(function () { var localstr="2:Dolar;3:Pond;4:Rial"; var rows; var lastSel; var grid = $('#list'); grid.jqGrid({ …
Pouya
  • 1,853
  • 16
  • 53
  • 78
0
votes
1 answer

How to implement edit inline in jqgrid

i starter in jqgrid, i want implement inline edit in jqgrid i have this grid $(function () { var grid = $('#list'); grid.jqGrid({ url: 'jQGridHandler.ashx', postData: { ActionPage: 'ClearanceCost', Action: 'Fill' }, …
Pouya
  • 1,853
  • 16
  • 53
  • 78
0
votes
1 answer

How to navigate in jqgrid

i'm starter in jqgrid, i write this code for create and fill jqgrid(i'm use repository pattrn in asp.net ) namespace Clearance.Helper { using System; public class JQGridRow { public int id; …
Pouya
  • 1,853
  • 16
  • 53
  • 78
0
votes
1 answer

Routing to Actions using Ajax asp.net MVC

I am attempting to actually get my jqGrid to load data on a button click... So far I have my button ready to be clickable as you can see. The problem is, I some how or the other not getting the navigation info correct... I am trying to AJAX call…
SoftwareSavant
  • 8,456
  • 26
  • 107
  • 186
0
votes
1 answer

Using JQGrid with custom paging in Asp.Net MVC

I am using JQGrid with the Trirand.Web.Mvc class, and trying to figure out how to do custom paging. I have seen the paging demos here The problem with these demos is that they bind directly to a linq context object and lets MVC take care of the…
ozz
  • 4,497
  • 47
  • 71
0
votes
2 answers

how to selected row in jqgrid

i have jqgrid in form , i want when user click in row this row selected, but by this code just first row selected and when user click in row n row one select. i write this code var gridItem = $('#listItem'); gridItem.jqGrid({ url:…
Pouya
  • 1,853
  • 16
  • 53
  • 78
0
votes
1 answer

JQgrid cell tooltipl as Html

I am displaying a column in Jqgrid with divs and html tag, for example it is
Click here to order tjos service.
Note: The service is disabled
. When I hover my pointer to the cell it doesn't display the content properly which…
Alaa Osta
  • 3,589
  • 6
  • 21
  • 27
0
votes
1 answer

Jqgrid - Multiselectected rows no longer persist after triggering a JqGrid reload

I have a multi-selected Jqgrid. Initially on loading the grid with the Json reponse from the server, the multiselected rows persist correctly as I navigate from one page to another. The ids of the rows selected are stored in an Array and this Array…
0
votes
1 answer

How to call the same function that the ToolBar editbutton does

So I have created a context box upon right click that has Add/Edit/Delete Rows. I also have a bunch of code launched before the Dialog is shown. My problem is that when I use the context menu it doesn't go through some of the code. I have tried to…
Ben Fogel
  • 521
  • 5
  • 13
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
  • 309
  • 9
  • 21
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
  • 3,589
  • 6
  • 21
  • 27
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
  • 3,589
  • 6
  • 21
  • 27
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
  • 3,589
  • 6
  • 21
  • 27
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,853
  • 16
  • 53
  • 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
  • 3,589
  • 6
  • 21
  • 27
1 2 3
36
37