How to clear selected row in grid panel.

  1. #1

    How to clear selected row in grid panel.

    Hi ,

    I am trying to clear all my selected rows in grid like..



    RowSelectionModel sm = this.grdMenuItems.SelectionModel.Primary as RowSelectionModel;


    sm.ClearSelections();

    but it is not reflecting.

    plz suggest how to clear all selected rows in grid.

    thanks regards
    satya
  2. #2

    RE: How to clear selected row in grid panel.

    Hi,

    What you mean "it is not reflecting" ? Do you still see selected rows in the GridPanel after calling that method? For me it is clear selection in the grid.

    Please create test sample which reproduces the issue

    P.S. Please post your questions in the Premium forum branch

Similar Threads

  1. How to get values from grid panel selected row
    By mehmood in forum 1.x Help
    Replies: 9
    Last Post: Apr 11, 2012, 12:09 PM
  2. Replies: 1
    Last Post: Mar 11, 2012, 3:26 AM
  3. Replies: 4
    Last Post: Aug 11, 2011, 7:16 AM
  4. Replies: 0
    Last Post: Jan 28, 2010, 2:47 AM
  5. How to set and clear selected row in grid
    By grishconner in forum 1.x Help
    Replies: 1
    Last Post: Oct 24, 2009, 9:55 AM

Posting Permissions