[CLOSED] How to get selected rows count in gridpanel

  1. #1

    [CLOSED] How to get selected rows count in gridpanel

    Hi!, how to get the selected row count in grid panel or if the gridpanel have a selection in server side?.
    im using ext 1.3 and ie.

    Thanks!
    Last edited by Daniil; May 31, 2012 at 7:04 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please use SelectedRows.

    Example
    RowSelectionModel sm = this.GridPanel1.GetSelectionModel() as RowSelectionModel;
    int count = sm.SelectedRows.Count;
  3. #3
    Thanks a lot

Similar Threads

  1. [CLOSED] Checkbox Selected Rows in GridPanel
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 12, 2012, 1:00 PM
  2. Replies: 1
    Last Post: Oct 13, 2010, 11:09 PM
  3. [CLOSED] How to set all rows as selected in GridPanel
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 30, 2010, 4:42 PM
  4. Replies: 2
    Last Post: Dec 25, 2009, 2:56 PM
  5. [CLOSED] Get selected rows in GridPanel
    By danielg in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 24, 2009, 12:48 PM

Posting Permissions