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

  • Home
  • SEARCH
  • 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 6245791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T12:34:19+00:00 2026-05-24T12:34:19+00:00

I Found dialog with text No url is set when edit row at jqgrid.

  • 0

I Found dialog with text “No url is set” when edit row at jqgrid. After press enter, i found dialog with text “No url is set”.
anyone can help me about this problem?

This is my jqgrid code

function callIdGrid() {
    var lastSel;
    jQuery("#id_grid").jqGrid({
        height:200,
        width:655,
        colNames:['Name','Address','Amount'],
        colModel:[{
            name:'acctId',
            index:'acctId',
            width:150,
            editable:true
        },{
            name:'address',
            index:'address',
            width:150,
            editable:true
            }
        },{
            name:'amount',
            index:'amount',
            formatter:'currency',
            width:150,
            editable:true
        }],
        pager: '#id_pager',
        sortname: 'acctId',
        viewrecords: true,
        sortorder: "desc",
        caption:"Accounts",
        cellEdit: true,
        editurl:"noabjad.json",
        onSelectRow: function(acctId){
        if(acctId && acctId!==lastSel){
        jQuery('#id_grid').jqGrid('restoreRow',lastSel);
        jQuery('#id_grid').jqGrid('editRow',acctId,true,onSaveSuccess);
        lastSel=acctId;
        }
        }
        editurl: 'clientArray'
    }) ;
    jQuery("#id_grid").jqGrid('navGrid','#id_pager',{
        add:true,
        del:false,
        search:false,
        edit:true
    },{
        reloadAfterSubmit:false
    },{
        reloadAfterSubmit:false
    }).navButtonAdd("#id_pager",{
        caption:"",
        buttonicon:"",
        onClickButton:function(){
        var datarow = {acctId: "", address: "", amount: ""};
        var su=jQuery("#id_grid").addRowData("X",datarow,"first");
        if(su) { jQuery("#id_grid").setSelection('X') }
    }

    });
    function onSaveSuccess(xhr){
        response = xhr.responseText;
        if(response == 1) return true; return false;
    }
}
  • 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-24T12:34:20+00:00Added an answer on May 24, 2026 at 12:34 pm

    How many grids are on the page? In the code which you posted you defines jqGrid "#id_grid" with the pager “#id_grid”. On the other side inside of onClickButton of the navButtonAdd and inside of the onSelectRow you use inline editing of another grid: "#TransaksiDisbursed".

    Did you defined editurl parameter (like editurl: 'clientArray') for the second ("#TransaksiDisbursed") grid or existing "#TransaksiDisbursed" in your code is just cut&paste error?

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

Sidebar

Related Questions

found this regex: insert every 10 characters: $text = preg_replace(|(.{10})|u, \${1}. , $text); can
Does anyone know how I can enable text alignment of header tags through the
I've found many ways to make the TWebBrowser show a modeless print dialog box,
I am trying to create my first custom Print Dialog in C#. I found
Found this: Sub SurroundWithAppendTag() DTE.ActiveDocument.Selection.Text = .Append( + DTE.ActiveDocument.Selection.Text + ) End Sub But
I have this nice dialog view I set my UserInputDialog class to: <LinearLayout android:id=@+id/LinearLayout01
I've found several posts and articles around the net talking about validating form fields
I found out how to send some text on the user's wall, with the
I am having problem displaying the modal dialog in mvc3 project, I found the
I'm trying to set the text on the save button of the Windows Save

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.