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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T21:02:02+00:00 2026-05-21T21:02:02+00:00

I have a dojo datagrid which cells I will like to change at will

  • 0

I have a dojo datagrid which cells I will like to change at will depending on changes in user choice. The store used for the grid is populated from multiple database tables. This particular feature is very central to the application I am working on as there are a lot of calculations which results affects other cells in the grid.

I figure it will be something like get the grid, get the row based on an index and then get the cell by name. However I have not been able to figure how to do this.

  • 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-21T21:02:02+00:00Added an answer on May 21, 2026 at 9:02 pm

    To change the data displayed in a dojo datagrid, you need to update the grid’s store instead. Suppose that you want to edit the cell of column ‘Name’ in the current selected row, first get the row’s index:

    var index = grid.selection.selectedIndex;
    

    Then get the row:

    var item = grid.getItem(index);
    

    Update the cell:

    var store = grid.store;
    store.setValue(item, 'Name', 'Your value');
    

    Finally, update the grid’s display

    grid.update();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'd like to have a dojo grid which connects to a server url which
I have a Dojo Datagrid in one of my pages (which contains more content)
I have a dojo.datagrid in one of my pages. Datagrid and its store(by calling
I have problem in DOJO with DataGrid. I refresh my grid on every 1
I have a Dojo-DataGrid which is programatically populated as below : var jsonStore =
I have a dojo.store.Memory wrapped in a dojo.data.ObjectStore which I am then plugging into
I have a combo box and a datagrid in my page. when the user
I am using dojo datagrid to display my data. When the end user edit
I have a datagrid all set up, connected to an XMLStore. When the user
I have a DataGrid that is loaded from an XML data store, all created

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.