Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
335
Hidden date column causes error only in 2017.2
posted

I just updated my ignite version and came across a strange error.
"Cannot read property 'column' of null"
After some debugging I found that it was due to hidden date fields.

I set up a very basic grid to verify that it was in fact the date hiding and not any other feature on our grid. There I got a different error:
"this._superApply is not a function"

I have attached this basic test and in it you can switch between the 2017.2 and 2017.1 cdn links. There you'll see that the older version works just fine.

/community/cfs-file/__key/communityserver-discussions-components-files/1028/test.zip

A workaround is to un-hide the columns, set width to 0 and disallow column hiding so it doesn't show up in the column chooser.