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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:32:05+00:00 2026-05-25T15:32:05+00:00

Problem: jqGrid with subgirds. I want to disable the expand/collapse functionality for some rows

  • 0

Problem: jqGrid with subgirds. I want to disable the expand/collapse functionality for some rows of the main grid.

  • 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-25T15:32:05+00:00Added an answer on May 25, 2026 at 3:32 pm

    I actually found a way:

    grid.jqGrid('setGridParam',{
                    afterInsertRow: function(rowid, aData, rowelem) {
    
                        var rowData = grid.getRowData(rowid);
                        if(**Condition**){
                            $('tr#'+rowid, grid)
                             .children("td.sgcollapsed")
                             .html("")
                             .removeClass('ui-sgcollapsed sgcollapsed');
                        }
                    }
                });
    

    There was a bit of a problem. The code @Frank removed the icon, but the ‘click’ event was still triggered. Trying to unbind the ‘click’ event doesn’t seem to work, probably because it is attached later on ( maybe on gridComplete). Anyway, I figured that the click event is attached using one of the ‘ui-sgcollapsed sgcollapsed’ classes, so if you remove them, the event won’t be attached.

    Hope it helps.

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

Sidebar

Related Questions

I have this mysql tables I want to display with jqgrid. The problem appears
I have a problem with jqGrid . jqGrid version 4.2.0 - jQuery Grid grid
I ran into a problem with jqGrid and JSON data. Basically the grid will
I am using JQGrid component for displaying ajax tree grid. With some quantity of
I have a (weird ?) problem with JQGrid. I am populating the grid with
Hi I'm using jqgrid to show some information in a grid. But I have
Greetings, I have a problem using jqgrid and jquery tab (I am coding in
I'm having a problem with JQGrid using ASP.NET MVC. I'm trying to follow this
I'm having a problem with jqGrid. I need to call a function when a
I am working to an application that uses jqGrid. The problem is that the

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.