grid.data.source is not working.

Hi,

I tried using v-grid datasource features, but it throws me error.

var grid = this.$.myGrid;

grid.data.source = myData;

It said

Uncaught TypeError: Cannot read property ‘clientHeight’ of undefined
VaadinGridImport.nocache.js:436 Uncaught TypeError:

Never mind. I update to the beta 6 version, and it is solved. Thank you!

Mark