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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T02:54:25+00:00 2026-05-19T02:54:25+00:00

I am using jqgrid, and am passing back json formatted rows. One of the

  • 0

I am using jqgrid, and am passing back json formatted rows. One of the values of the row is an anchor tag as below:

<a class='class1' href='#' onClick='getFn(); return false;'> text </a>

But The returned JSON converts the values as below:

"\n text\n <\/a>"

It removes all the attributes and also the “tag” at the beginning. Is there a workaround for this kind of problem?

JSON Sample of my resultset

{"ROWS":[[3,"FName1","Lname1","\n text\n <\/a>"]],"PAGE":1.0,"TOTAL":3.0,"RECORDS":1}

So in the above sample, the value "\n text\n <\/a>" should have been <a class='class1' href='#' onClick='getFn(); return false;'> text </a>

Coldfusion Code:

     //append to the array
     <cfset arrayAppend(arrayUsers[i],"<a class='class1' href='#' onClick='getFn(); return false;'> text </a>")>

  </cfloop>
 <cfset i = i + 1>

Final json formatted string to return

<cfset jsonReturn = {total=#totalPages#,page=#Arguments.page#,records=#GetDetails.recordcount#,rows=#arrayUsers#}>

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-19T02:54:25+00:00Added an answer on May 19, 2026 at 2:54 am

    Use <cfsavecontent>:

    <cfsavecontent variable="a"><a class='class1' href='#' onClick='getFn(); return false;'> text </a></cfsavecontent>
    

    <cfset arrayAppend(arrayUsers[i], a)>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am using jqgrid treeview and i am passing back json response which works
I'm using Ext.util.json.encode to encode the column model from a jqgrid, and passing that
I'm using jqgrid 3.8.2, I'm trying to use below code to reload data from
i am using jqGrid treegrid and i want to format the back color of
I'm using jqGrid with mvc 2 like this: jQuery(#extension_grid).jqGrid({ url: '/Extension/Report', datatype: json, direction:
i am using Jqgrid http://trirand.com/blog its a very good grid solution, the linked one
I'm using jqgrid on clienside for a financial web app where rows get added
I'm using jqgrid 4.1.2 version and the server returns date serialized into JSON as
I'm using jqGrid with the getChangedCells('all') to get an array of the rows in
I am using jqGrid ( http://www.trirand.com/blog/ ) to display some read-only data. The resizeable

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.