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 9000807
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:21:22+00:00 2026-06-16T00:21:22+00:00

I am getting the error: Microsoft JScript runtime error: ‘prmGridDialog’ is undefined when double-clicking

  • 0

I am getting the error:

Microsoft JScript runtime error: ‘prmGridDialog’ is undefined

when double-clicking a row in a jQgrid. When I use the toolbar buttons, the dialog opens. Everything else is working fine. Here is the jquery:

<script src="~/Scripts/jquery.jqGrid.min.js"></script>
<script src="~/Scripts/i18n/grid.locale-en.js"></script>
<script src="~/Scripts/json2.min.js"></script>
<script src="~/Scripts/jquery.jqGrid.src.js"></script>
<link href="~/Content/jquery.jqGrid/ui.jqgrid.css" rel="stylesheet" />

$(document).ready(function() {
    $.jgrid.nav.addtext = "Add";
    $.jgrid.nav.edittext = "Edit";
    $.jgrid.nav.deltext = "Delete";
    $.jgrid.edit.addCaption = "Add Item";
    $.jgrid.edit.editCaption = "Edit Item";
    $.jgrid.del.caption = "Delete Contact";
    $.jgrid.del.msg = "Delete selected item?";

    var updateDialog = {
        url: '/VisitorProducts/EditjQGridData'
        , closeAfterEdit: true
        , closeOnEscape: true
        , modal: true
        , width: "400"
    };

    var addDialog = {
        url: '/VisitorProducts/AddjQGridData'
        , closeAfterAdd: true
        , closeOnEscape: true
        , modal: true
        , width: "400"
    };

    var deleteDialog = {
        url: '/VisitorProducts/DeletejQGridData'
        , closeAfterEdit: true
        , closeOnEscape: true
        , modal: true
        , width: "400"
    };

    jQuery("#list2").jqGrid({
        url: '/VisitorProducts/jQgridData?visitorId=32'
        , datatype: "json"
        , colNames: ['RowId', 'VisitorId', 'Product Name']
        , colModel: [
            { name: 'RowId', index: 'RowId', width: 150, editable: false, edittype: 'text', key: true },
            { name: 'VisitorId', index: 'VisitorId', width: 150, editable: true, edittype: 'text' },
            { name: 'ProductName', index: 'ProductName', sortable: true, align: 'left', width: 250, editable: true, edittype: 'text', editoptions: { size: 50 } }
        ]
        , rowNum: 10
        , rowList: [10, 20, 30, 50]
        , pager: '#pager2'
        , sortname: 'RowId'
        , viewrecords: true
        , sortorder: "desc"
        , caption: "Visitor Products"
        , rownumbers: false
        , autowidth: true
        , recreateForm: true
        , ondblClickRow: function (rowid, iRow, iCol, e) {
            $("#list2").editGridRow(rowid, prmGridDialog);
        }
    }).navGrid('#pager2',
        { edit: true, add: true, del: true, search: true, refresh: true }
        , updateDialog
        , addDialog
        , deleteDialog
    );
});

Not sure if I am missing something.

  • 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-06-16T00:21:23+00:00Added an answer on June 16, 2026 at 12:21 am

    My mistake. prmGridDialog was a non-existent variable. The example was copied from a web site and I must not have copied the varible initialization code. Once I specified an existing dialog (update in this case), it worked:

    var updateDialog = {
        url: '@Url.Action("EditStudentClass", "StudentClasses")'
        , closeAfterEdit: true
        , closeOnEscape: true
        , modal: true
        , width: "400"
    };
    
    
    $("#list2").editGridRow(rowid, updateDialog);
    

    instead of

    $("#list2").editGridRow(rowid, prmGridDialog);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting the following error: Microsoft JScript runtime error: 'Sys' is undefined While
I am getting a Microsoft JScript runtime error: 'Sys' is undefined error on one
I'm getting the dreaded Microsoft JScript runtime error: 'Sys' is undefined error while trying
I keep getting the following error message: Microsoft JScript runtime error: '$' is undefined
In IE9 I am getting an error Microsoft JScript runtime error: 'populatedropdown' is undefined
I'm getting the error Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Error executing child request for
I am getting this error when I click my submit button Microsoft JScript runtime
I'm getting a Microsoft JScript runtime error: Object expected on this line of code:
This script is getting Microsoft JScript runtime error: Object expected on If (out_params.bGranted) line.
This issue is that i am getting the error, Microsoft JScript runtime error: Object

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.