Ben McIntyre

Results 308 comments of Ben McIntyre

thanks for the detailed explanation. will check it out.

hi @shrhegde , Yes, accessibility has been a problem with the grid for a while. The main problem is that I'm not at all an expert in accessibilty and it...

90% of the time, when this happens it's a custom style you've applied. I'd recommend starting with one of the example pages and trying to reproduce the behaviour with the...

We still need a way to reproduce the problem locally. Also, specify the browser and see if it happens in other browsers.

Are you re-rendering on showing the grid? I reiterate: I'd recommend starting with one of the example pages and trying to reproduce the behaviour with the most minimal changes possible....

I'm sorry, but you're not following my advice. If you can reproduce the problem with a minimal number of changes to an official example, please post it and I'll take...

Have you seen http://6pac.github.io/SlickGrid/examples/example-dynamic-with-jquery-tabs.html ? Also, it's worth mentioning the internal functions ```cacheCssForHiddenInit()``` and ```restoreCssFromHiddenInit```. You could probably use those if you need to resize while hidden. They are what...

The grid uses the internal functions ```cacheCssForHiddenInit()``` and ```restoreCssFromHiddenInit``` for hidden init, as just mentioned. This modifies the page CSS so that the init works properly, then puts it back...

I'm still willing to help out with this, but you need to provide the test file you are using. Please make sure it works in the example folder of the...

I think ```visibility: hidden``` has the same effect. However they still consume space on the page, it's just rendered as empty space.