Announcement

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

    How to select all records in a ListGrid

    Hi dear friends,

    I am working in a view where there is a ListGrid fed by a DMI.call (do not ask me why - it was developed by other). The problem is that every row must be selected by default. The following code shows how the grid is fed.

    Code:
    Record[] r = dsResponse.getData();
    display.getGridTempTable().setData(r);
    How could I set every row as selected? The selectionType is SIMPLE and the selectionAppearance is CHECKBOX.

    I will be grateful by any help.

    Vitor Eduardo
Working...
X