Hello and happy new year!
I had an existing application using SmartGWT 5.0 (2015.11.20 nightly build to be precise).
To fix some known issues, I'm now trying to upgrade to SmartGWT 5.1 (I get 2016.12.19 nightly build). I've changed my lib references, rebuilt and redeployed my application. Everything goes well until... I try to display any data : the interface is diplayed but there is no data.
The first screens of my app contains only a listGrid. These grids are databound to any datasource. I see the request and the complete answer (with several data) when I watch the network content but the list displays only "No item to show".
Up to now, I cannot understand why.
What did I do wrong? Do I forgot some configuration? Has something changed on data binding between the versions?
Any clue to help me to investigate the problem can be useful...
I had an existing application using SmartGWT 5.0 (2015.11.20 nightly build to be precise).
To fix some known issues, I'm now trying to upgrade to SmartGWT 5.1 (I get 2016.12.19 nightly build). I've changed my lib references, rebuilt and redeployed my application. Everything goes well until... I try to display any data : the interface is diplayed but there is no data.
The first screens of my app contains only a listGrid. These grids are databound to any datasource. I see the request and the complete answer (with several data) when I watch the network content but the list displays only "No item to show".
Up to now, I cannot understand why.
What did I do wrong? Do I forgot some configuration? Has something changed on data binding between the versions?
Any clue to help me to investigate the problem can be useful...
Comment