Posted 16 July 2019, 7:31 am EST
According to this demo.
https://demos.wijmo.com/5/Angular/Explorer/Explorer/#/grid/columnLayout
All i need is to save ColumnLayout property into local storage and retrieve it once user need to restore the saved layout. It works fine but with custom templates doesn’t work.
I found the following forum threads that refer to same issue:
https://www.grapecity.com/forums/wijmo/columnlayout-is-not-workin
https://www.grapecity.com/forums/wijmo/columnlayout-not-saving-wj_1
For me , I don’t see how this is a solution!!! I just want to apply columnLayout straight up, like the demo on your site shows
var columnLayout = localStorage['tradesColumnLayout'];
Specially that i already have a live system with many grids using your angular-js directive without using ng-repeat !!
These threads was in 2017. Do you have any simple solution at 2019 ?