Ben McIntyre

Results 308 comments of Ben McIntyre

2.3.10 released. Still investigating 'select and deselect collapsed groups', but not quite there yet.

OK, can you get specific? It's working fine for me in Chrome. What browser are you using? Here's the example: http://6pac.github.io/SlickGrid/examples/example-grouping-checkbox-row-select.html Will add a link for it in the wiki...

No changes to core code. Just a one line addition to the example page itself. When I mentioned ```dataView.onRowCountChanged``` and ```dataView.onRowsChanged```, that was in the context of the dataview events...

You only invoke ```syncGridSelections``` once, when you're setting up. It hooks into the ```dataView.onRowCountChanged``` and ```dataView.onRowsChanged``` events by itself. To get the behaviour I'm after I'm going to have to...

Thanks for feeding that back. This has turned out to be one of those can-of-worms problems, and I'm way too busy right now to take it on. I'll see if...

Sorry @rahuledb, this is a complex issue to resolve. I'm not going to get to it soon.

not yet. am a little less busy, so may have time to at least evaluate the above fix. the issue is that the problem is a result of interaction between...

This would not be too hard to do, given that SlickGrid already supports grouping. However once you get down to specific controls, like dropdowns, there are a hundred different plugins...

Hi @NemoDima, the examples page is really a list of all the possible plugins. That's a good place to start. I'm not aware of anyone who has done exactly wht...

I'm sorry, the row height is used in internal calculations to determine what rows to display. It needs to be set explicitly. You could perhaps write a plugin that works...