how to get the value of another column

  1. #1

    how to get the value of another column

    Hi, I have the code to change the value of a cell in my grid, as follows:

    grdEstudiantesCal.AddScript ("{0}. store.getAt ({1}). set ('{2}', {3})", grdEstudiantesCal.ClientID, sm.SelectedCell.RowIndex, "Ordinario2" JSON.Serialize (8.8));
    The intention is that when you change a value in a cell in a specific row, you can get the values ​​of the other columns to change the value of a column, all in the same row, please help!
  2. #2
    Hi @hector_toy82,

    You can get and set a value of any record field using a record's get and set methods.

Similar Threads

  1. Replies: 0
    Last Post: Sep 27, 2012, 6:10 PM
  2. [CLOSED] Hide the column option(on click of column header) for treegrid
    By AnulekhaK in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 01, 2012, 11:16 AM
  3. Replies: 1
    Last Post: Nov 24, 2011, 6:48 AM
  4. [CLOSED] Icon column in GridPanel based on column from store
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: May 12, 2010, 5:46 PM
  5. Replies: 3
    Last Post: Apr 08, 2010, 7:16 AM

Tags for this Thread

Posting Permissions