Greetings,
I'm using a treeGrid and trying to save the state. Unless I'm missing something, I should be able to simply say:
var temp = BasicsTreeGrid.getViewState();
But any call to .getViewState() throws the error 'this.header.members is null or not an object in ISC_Grids.js
Am I doing something wrong?
Thanks,
S
I'm using a treeGrid and trying to save the state. Unless I'm missing something, I should be able to simply say:
var temp = BasicsTreeGrid.getViewState();
But any call to .getViewState() throws the error 'this.header.members is null or not an object in ISC_Grids.js
Am I doing something wrong?
Thanks,
S
Comment