Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    selectAllRecords by default with ListGrid

    Hi,
    Is there any property (of listGrid) that I can set to have the grid's records to be pre-selected?
    I am using selectionAppearance="CheckBox".
    Thanks.

    #2
    You can call selectRecord() or selectAllRecords() immediately after data is loaded, in eg the dataArrived() event.

    Comment


      #3
      My Grid is not a DataBound grid...

      Comment


        #4
        Then you can call selectAllRecords() immediately after providing data (via setData() or create()).

        Comment

        Working...
        X