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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T03:22:54+00:00 2026-05-22T03:22:54+00:00

i am using ExtJS with Rails…I am trying to delete records selected in grid

  • 0

i am using ExtJS with Rails…I am trying to delete records selected in grid through “Checkbox column”…i dnt have any idea as to how can i handle “Array” of selected records of grid through rails controller…plzz guide me…
the code on delete button is as follows :

var sm = prodgrid.getSelectionModel();
delbtn.on("click", function () {
    var sel = sm.getSelections();
    Ext.Ajax.request({
        url: 'products/delete',
        //   method:'DELETE',
        params: {
            'prodid': sel
        }

    });

});

How can i iterate through “sel” array in my Rails controller?? plzz 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-22T03:22:55+00:00Added an answer on May 22, 2026 at 3:22 am

    use Ext.each to iterate an array :

    var sm = prodgrid.getSelectionModel();
    delbtn.on("click", function () {
        var sel = sm.getSelections();
    
        Ext.each(sel,function(data){
    
            /// your stuff
            Ext.Ajax.request({
               url: 'products/delete',
               //   method:'DELETE',
               params: {
                   'prodid': data.id // the parameter
               }
            }); 
            ///// end       
    
        },this);
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using ExtJs 3.4. I have a checkbox control in an ExtJs Grid.
I'm using extjs mvc style to create a web application. I don't have any
I'm using extjs and just trying to solve a simple problem: I have a
im using extjs 4.0 and am trying to combine an editable grid with a
I am using ExtJs 4.1 framework. I have a grid which shows only one
I am using extjs 4 with rails 3. I have a form containing a
I'm trying to make data grid with paging using ExtJs framework, but unfortunately my
I am using ExtJS 4.0.7 I have grid on my page. If there is
Using ExtJs. I'm trying to design a main which is divided into three sub
I am using ExtJS 4. I have created a tree panel as var treeStore

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.