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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T11:12:08+00:00 2026-05-18T11:12:08+00:00

My jqGrid, displays columns, retrieves the data but it does not display them in

  • 0

My jqGrid, displays columns, retrieves the data but it does not display them in the grid. Tiles is adding, header, footer and left panel layout (head, body, style tags etc.) in the data retrieved by jqGrid. Could that be the problem? If so, how can I avoid it? If I dont include deliveryJqgridData in Tiles definitions, Tiles does not forward the data to view page for rendering.

My Jqgrid definition:

$(function(){
    $("#deliveryJqgrid").jqGrid({
        url:'deliveryJqgridData',
        datatype: 'xml',
        mtype: 'GET',
        colNames:['Col1','Col2', 'Col3','Col4','Col5'],
        colModel :[ 
            {name:'Col1', index:'Col1', width:55}, 
            {name:'Col2', index:'Col2', width:90}, 
            {name:'Col3', index:'Col3', width:80, align:'left'}, 
            {name:'Col4', index:'Col4', width:80, align:'left'}, 
            {name:'Col5', index:'Col5', width:150, sortable:false} 
        ],
        pager: '#deliveryJqgridPager',
        rowNum:10,
        rowList:[10,20,30],
        sortname: 'Col1',
        sortorder: 'asc',
        viewrecords: true,
        caption: 'Delivery List - JQ Grid'
    });

Firebug shows the following data was retrieved under “Net > GET deliveryJqgridData?_search=false > Response” tab. The Response output is stored at the following google docs link:
DeliveryJqGridData.txt. Thanks in advance for your help

  • 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-18T11:12:09+00:00Added an answer on May 18, 2026 at 11:12 am

    The contain of the server response DeliveryJqGridData.txt which you posted shows that the server return bad data. Instead of pure data like

    <rows>
        <page>1</page>
        <total>1</total>
        <records>5</records>
            <row id='31'>
                <cell>2</cell>
                <cell>2</cell>
                <cell>11</cell>
                <cell>Description 1</cell>
                <cell>11</cell>
            </row>
        ...
    </rows>
    

    one find before the data two lines

    <?xml version='1.0' encoding='utf-8'?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    

    (where the second line is wrong) and all the data are placed in a HTML page (???!!!). So you have to fix the problem on the server part which you not posted in your question. The server component deliveryJqgridData must return pure XML or JSON data. You can use for example WFC or ASMX web service as a part of you seb site (see this and this answer for the code exampels and additional links).

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

Sidebar

Related Questions

im trying to display data on the footer in jqgrid, but it only displays
I want to display JQGrid with all column headers but without any data rows
I use jqGrid to display data which is retrieved using NHibernate. jqGrid does paging
I am using jqGrid ( http://www.trirand.com/blog/ ) to display some read-only data. The resizeable
With jqGrid if width of columns are not specified, they share the width of
I'm currently using jqGrid to display data. Part of jqGrid's interface will give you
Display tag has the feature to export tyable data in excel or pdf. JQgrid
I am using a jqgrid grid that displays results when a search button is
I am working on to display JSON data into jQgrid . And able to
When we display our grid (jqGrid) in a jQuery modal dialog it uses different

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.