Hi! I was wondering if it is possible to get all the records marked for a selectitem with multiple=true, not only the values.
Regards
Regards
public native ListGridRecord[] getSelectedRecords() /*-{
var self = this.@com.smartgwt.client.core.DataClass::getJsObj()();
var dataJS = self.getSelectedRecords();
return @com.smartgwt.client.widgets.grid.ListGrid::convertToListGridRecordArray(Lcom/google/gwt/core/client/JavaScriptObject;)(dataJS);
}-*/;
Comment