grid panel has selection row? 2.5v

  1. #1

    grid panel has selection row? 2.5v

    Hi. I'm trying to validate if a grid panel has a row selected from code behind, I saw a similar thread in which they use " GridPanel1.getSelectionModel().hasSelection() " but it seems that hasSelection() is not in v2.5 or I still don't understand very well how it works.
    Any help will be apreciated.
  2. #2
    Nevermind. I used " if (gridpanel.SelectedRows.Count() == 0 ) ..."

Similar Threads

  1. Grid Panel Selection Model
    By a_elsayed2010 in forum 1.x Help
    Replies: 7
    Last Post: Dec 26, 2013, 6:01 AM
  2. Help on Ext Grid Panel Row selection
    By sumesh in forum 1.x Help
    Replies: 0
    Last Post: Sep 27, 2012, 12:33 PM
  3. [CLOSED] Row Selection in Grid panel
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 13, 2009, 7:48 AM
  4. [CLOSED] Row Selection in grid panel
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 13, 2009, 7:13 AM
  5. Replies: 1
    Last Post: Jan 23, 2009, 6:43 AM

Posting Permissions