Hi, I have a ListGrid configured to "BASIC" date fetch mode.
When the user enters something into the filter text box above the grid, and presses the filter button, the dataArrived event is fired, and I don't know why.
All the data is supposed to be available on the client - and indeed it is, Developer Console does not report any RPC operation during the filtering.
Why is data arrived handler called?
How can I tell it not to fire in these cases?
Or how can I determine that a given data arrived event is not a real data arrived event, just a filtering?
When the user enters something into the filter text box above the grid, and presses the filter button, the dataArrived event is fired, and I don't know why.
All the data is supposed to be available on the client - and indeed it is, Developer Console does not report any RPC operation during the filtering.
Why is data arrived handler called?
How can I tell it not to fire in these cases?
Or how can I determine that a given data arrived event is not a real data arrived event, just a filtering?
Comment