[CLOSED] GridPanel multiselect rows (CheckboxSelectionModel)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] GridPanel multiselect rows (CheckboxSelectionModel)

    Hi, how to access the values ​​but not JSON. I would like to access using something like: (I just need to know how to access values​​)
    ...
     RowSelectionModel sm = this.GridPanel1.SelectionModel.Primary as RowSelectionModel;
    
                foreach (SelectedRow row in sm.SelectedRows)
                {
                    
                    result.Append("<li>" + row.RecordID + "</li>");
                    //but how do I get the column values
                }
    ...
    Last edited by Daniil; Sep 19, 2011 at 6:24 PM. Reason: [CLOSED]

Similar Threads

  1. Replies: 4
    Last Post: May 09, 2012, 9:24 PM
  2. [CLOSED] GridPanel.Rows.Changing Background Color of Rows
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 01, 2012, 5:18 PM
  3. [CLOSED] GridPanel multiselect rows (CheckboxSelectionModel)
    By rnfigueira in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 02, 2011, 6:03 PM
  4. [CLOSED] GridPanel multiselect rows
    By rnfigueira in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Aug 29, 2011, 2:05 PM
  5. [CLOSED] Deactivate Rows in a CheckBoxSelectionModel
    By macap in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Apr 19, 2010, 9:26 AM

Posting Permissions