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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:46:04+00:00 2026-05-27T04:46:04+00:00

How can I trigger a common action on a row click action the flexigrid

  • 0

How can I trigger a common action on a row click action the flexigrid way? I want when the row is clicked to redirect to http://localhost/view/40 (the value of ID) for the clicked row

            $("#flex1").flexigrid({
                url: 'http://localhost/index.php/get_data',
                dataType: 'json',
                method: 'GET',
                colModel : [
                        {display: 'ID', name : 'id', width : 40, sortable : true},
                        {display: 'A', name : 'a',  width : 40,  sortable : true},
                     singleSelect   {display: 'B', name : 'b', width : 40,  sortable : true},
                    ],
                sortname: "id",
                sortorder: "desc",
                showTableToggleBtn: false,
                resizable: false,                       
                useRp: true,
                rp: 30,                      
                singleSelect: true,
                usepager: true,
                width: 'auto',
                height: 100
            });   
  • 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-27T04:46:04+00:00Added an answer on May 27, 2026 at 4:46 am

    I’m not sure exactly how flexigrid works, but I use jqGrid, and commonly what I do is to just set these type of actions outside the grid. this does require a common markup naming convention, but I’m assuming flexigrid must do this.

    so for example, you can take a look at your HTML in Firebug and see what classes or id might get assigned to the column for ID. maybe its a class like flexigrid-row-id or something like that

    $('#flex1 tr[WHATEVER SELECTOR RENDERS IN YOUR GRID FOR THE ID COLUMN]').click(function(){
         // simulates similar behavior as an HTTP redirect
          window.location.replace("http://localhost/view/40");
    });
    

    just make sure you assign this event after your grid has completed/loaded

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

Sidebar

Related Questions

May I know know I can trigger system to repaint nth row in JList?
Like how the click() can be used to trigger a click event on an
Is there any way I can trigger a page to be fragment cached without
In a Windows Form window, multiple events can trigger an asynchronous method. This method
I would like to create a small Windows Messenger Client that I can trigger
Can a trigger for a table can be applied for tracking in same table?
How can I trigger a stored procedure in SQL Server 2005 based on emails
In SQL Server 2005 Integration Services, how can I automatically trigger a restoration of
I can't get didAccelerate to trigger. I have the delegate implemented in my header
How can I set a delayed trigger in JavaScript to execute a function after

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.