Questions tagged [jqgrid-inlinenav]

54 questions
0
votes
0 answers

jqGrid with localArray - Inline Navigation : call custom function on clicking add, save & delete row buttons

I am using jqGrid with localArray data. I am fetching this array from azure db and binging to grid. After this on manipulation of every single row, I am planning to update it in DB. I am using inline navigation bar. On clicking of "add row", "save…
Mohit
  • 39
  • 1
  • 2
  • 10
0
votes
1 answer

get radiobutton value in jqgrid

i'm starter in jqGrid, i want implement inline editing and write this code: var gridDocument = jQuery("#listDocument"); gridDocument.jqGrid({ url: 'jQGridHandler.ashx', postData: { ActionPage:…
0
votes
1 answer

How to add Select Box In Edit Row in Jqgid?

I am use jqgrid. I want to add record inline navigation Now I want add select Box in Rows Field. how it possible? I am get Data from Database using Ajax and I want to add these data in Select Box. How its Possible? Please Help My Ajax Code $.ajax({ …
Ashish Mehta
  • 7,226
  • 4
  • 25
  • 52
0
votes
1 answer

Parameter Delete in jqGrid

i want implement Delete for jqGrid, i have (example) 2 table Request and Item Request Fields are RequestId,WayBillNo,Customer Item Fields are RequestId,ItemNO,Quantity Request table RequestId is pk and in item table pk are RequestId,ItemNO i write…
Pouya
  • 1,908
  • 17
  • 56
  • 78
0
votes
1 answer

How to add new row record in jqGrid?

I am use jqGrid. I want to add record inline navigation so this link http://www.trirand.com/blog/jqgrid/jqgrid.html? when i click in ADD new row icon in navbar. Grid is like view modal view.
Ashish Mehta
  • 7,226
  • 4
  • 25
  • 52
0
votes
1 answer

how to send all data to server when using inline editing in jqgrid

i starter in jqgrid. i have one jqgrid and button in page . i want user edit rows example row1, row2,row3,... , and click in button, when click in button send data rows1,2,3 to server. but jqGrid when user editing row send data to server. please…
Pouya
  • 1,908
  • 17
  • 56
  • 78
0
votes
2 answers

jqgrid addRow saveRow beforeSend

I have a jqGrid that I am adding a new row to that the user can edit. They have a button to save the new row. I need to get to the ajax beforeSend to stuff some security into the call. This is working in several other scenarios with the grid,…
Doo Dah
  • 3,979
  • 13
  • 55
  • 74
0
votes
1 answer

Send row_id of main jqgrid to add event of subgrid

I am using jqgrid 4.4's inlineNav functionality to provide Add/Edit capability for my subgrid. However I cannot figure out how to get the Add event to be called. Only the Update event is called when I "Add" the record. I also don't know how to get…
TheGeekYouNeed
  • 7,509
  • 2
  • 26
  • 43
-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
4