Hi,
SmartClient version is 11.1 - 2018-12-25.
I have a ResultSet created as a result of listGrid.fetchData(..., {operationId: "xxx"}).
In listGrid.dataArrived I would like to check a operationId of the fetch that caused this data to arrive, but I can't find a property or method on a listGrid.data that contains it.
According to doc there should be ResultSet.fetchOperation that contains operationId, but I find it be an object instead: {ID: "xxx", dataSource: "yyy", type: "fetch", filterType: "paged", loadDataOnDemand: true}.
Is this a bug, error in doc or there is another way to access operationId?
Best regards,
Janusz
SmartClient version is 11.1 - 2018-12-25.
I have a ResultSet created as a result of listGrid.fetchData(..., {operationId: "xxx"}).
In listGrid.dataArrived I would like to check a operationId of the fetch that caused this data to arrive, but I can't find a property or method on a listGrid.data that contains it.
According to doc there should be ResultSet.fetchOperation that contains operationId, but I find it be an object instead: {ID: "xxx", dataSource: "yyy", type: "fetch", filterType: "paged", loadDataOnDemand: true}.
Is this a bug, error in doc or there is another way to access operationId?
Best regards,
Janusz
Comment