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.
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
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);
I will be grateful by any help.
Vitor Eduardo