What is the dataType of the dataProvider?
How do you know that the data is being returned from the
dataService?
Are you changing the data between loads? If not, how do you
know that the grid is not refreshing?
I advise against binding directly to the lastResult. It is
too hard to debug. Use a result handler.
Tracy