Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4045024
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T13:21:58+00:00 2026-05-20T13:21:58+00:00

i am using Jqgrid http://trirand.com/blog its a very good grid solution, the linked one

  • 0

i am using Jqgrid
http://trirand.com/blog

its a very good grid solution, the linked one is the opensource version which lacks a php implementation.

so far i save input with a simple form to $PHP_SELF which refreshes the data.
i would like to save the data with ajax but have no clue how to achieve.

unfortunately trirand.com does not provide us with php code for saving/submitting for the examples which can be found here:

http://www.trirand.com/blog/jqgrid/jqgrid.html

Please some advanced user provide some straight sample code for saving a row frameworkintern by editing through a modalbox without reloading the page.

Many thanks for your time
Cheers,
kilik

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T13:21:59+00:00Added an answer on May 20, 2026 at 1:21 pm

    Since nobody is responding here or at trirand.com i answer myself for others who might face the same challenge:

    set ‘editurl’ to your script and then get the field-names as $_POST. Jqgrid seems to populate your simple mysqlquery automatically into an ajax-request.

    do this to analyze the $_POST array:

    foreach ($_POST as $key=>$value){
    $post .= $key.$value;
    }
    $myFile = "testFile.txt";
    $fh = fopen($myFile, 'w') or die("can't open file");
    fwrite($fh, $post);
    fclose($fh);
    

    my problem was that i saved a var_dump($_POST) as $post and wondered why there was no
    output other than “1”. you need to write file cause an echo does not seem to reflect on the screen.

    there might be other or better ways doing this.. its just my humble way since nobody seems to want to be of help on this popular grid-solution where the matching php framework can be purchased through a commercial subscription.

    Jqgrid is somewhere between the heavy but versatile extjs and the lightweight slickgrid and fancygrid. All of them are open source (at least the js-files).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using jqGrid ( http://www.trirand.com/blog/ ) to display some read-only data. The resizeable
Using this Jquery plug-in http://www.trirand.com/blog/jqgrid/jqgrid.html How do you: edit the cell content (looking at
jqGrid v4.3.2 ie9 win7enterprise I'm using the following code to generate subgrids: http://www.trirand.com/blog/jqgrid/jqgrid.html -
i used this link to build a basic jqgrid: http://haacked.com/archive/2009/04/14/using-jquery-grid-with-asp.net-mvc.aspx this my code: <script
I found the very nice demo by Oleg (http://www.ok-soft-gmbh.com/jqGrid/FillToolbarSearchFilter.htm) which shows a jqGrid toolbar
I'm using jqgrid tree grid with the following configuration colModel : [ { name:'id',width
I am using the jQuery layout plugin and the jqGrid plugin in one of
Hi I'm using jqgrid to show some information in a grid. But I have
I'm trying the following example of jqGrid : http://www.trirand.net/demophp.aspx    Functionality Misc    Footer Customization and
I am using the basicsgrid example from here: http://tpeczek.codeplex.com/releases/view/61796 Trying to add an editbutton

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.