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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T08:45:02+00:00 2026-05-31T08:45:02+00:00

I am trying to access userdata I have sent from the server (using coldfusion)

  • 0

I am trying to access userdata I have sent from the server (using coldfusion) to filter the display of edit or add icons depending on users’s role. Example of userdata value is “all” or “add” or “edit” or “view”.

From firebug an example of userdata looks like
,"USERDATA":"all"

The jsonreader looks like this

jsonReader: {
    root: "ROWS", //our data
                page: "PAGE", //current page
                total: "TOTAL", //total pages
                records:"RECORDS", //total records
    userdata: "USERDATA", 
                cell: "", //Not Used
    ar_bill_key: "0",//Will default to first column
    id:"10" 
      },

I am trying to find the userdata so I can figure out how to use it. The code below returns undefined in firebug. I’m new to this so it’s not set up correctly. Any advice would be appreciated. I have looked at and tried many examples but it’s not working yet

loadComplete:jQuery("#List").getGridParam("userdata")

     alert("userdata")

Thanks

  • 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-31T08:45:04+00:00Added an answer on May 31, 2026 at 8:45 am

    You have some errors. The first one is: the name of parameter is 'userData' and not 'userdata'. So to get the value send from the server you should use

    var myData = $("#List").jqGrid('getGridParam', "userData");
    

    The next error: the loadComplete is a callback function so the code

    loadComplete:jQuery("#List").getGridParam("userdata")
    

    is wrong.

    The last error is: the value of userdata which will be sent from the server have to be object. So you should place something like

    "USERDATA":{"status":"all"}
    

    instead or

    "USERDATA":{"status":"all"}
    

    If you use

    jsonReader: {
        ... 
        userdata: "USERDATA",
        ...
    }
    

    then you can display the value from loadComplete like the following:

    loadComplete: function () {
        var myData = $(this).jqGrid('getGridParam', "userData");
        alert(myData.status);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to access Outlook 2007 from C#. I have installed the PIA
After trying to access ivars using KVC, I have noticed that there was no
Trying to access an old c++ dll from c# using Dll Import. Been searching
Am trying to access an API using CURL I can access the API from
Im trying to access a web service from a remote computer. I managed to
I am trying to access a view inside a splitter from my mainframe. At
Trying to access github using the following command fails with the verification failed error.
i cannot get current content page html. when i trying access from script in
Trying to access AS400/DB2 stored procedure from Java with Spring JdbcTemplate, XmlBeanFactory beanFactory2 =
I'm trying to access an external webservice from Spring 3.1 based application. I want

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.