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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:53:13+00:00 2026-05-24T10:53:13+00:00

I have a grid in Extjs that has list of information from database, now

  • 0

I have a grid in Extjs that has list of information from database, now I want that list be processed through php, how would I make the grid act as a form, and when the list is clicked(multiselect true) the user gets the values of the list buttons, also, how would I disable the form buttons until list is seleted from 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-24T10:53:13+00:00Added an answer on May 24, 2026 at 10:53 am

    Your question doesn’t have enough information, so I can only give you some generic pointers.

    To process the values from a grid: read the values from the grid’s store and call Ext.Ajax.request passing whatever data you want from the grid.

    Example:

    var values = [];
    store.each(function(rec){
      values.push({id: rec.get('id'), value: rec.get('value')});
    });
    Ext.Ajax.request({url: '/my/url.php', jsonData: values});
    

    To disable the form buttons until you click something just pass in the disabled: true to the config. You then listen for the grid’s http://docs.sencha.com/ext-js/4-0/#/api/Ext.grid.Panel-event-itemclick and call button.enable when that happens

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

Sidebar

Related Questions

I have a grid that has multiple rows. I want to hide/show one of
I have an ExtJS grid that has a button set up in it. The
So I have a ExtJs 4 Grid Panel that has two columns. Column ONE
I have a grid of UIImageViews. The images names come from a sqlite3 database.
I have the following extjs code that createa 2 tabs and a grid. How
I have a problem with a Ext.Grid.EditorGridPanel, I am currently using ExtJS 2.3.0, that
So here's the case that I'm working on: I have an ExtJS grid of
I am using an ExtJS 3.0 grid and generate data from PHP using MySQL.
I use Extjs 4. I have grid within row expander with data from the
Relativly new to EXTJS, I have an edit form that I want to show

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.