Ben McIntyre

Results 308 comments of Ben McIntyre

... not aware of changing anything recently to do with this? there are small unrelated changes being applied from time to time that may screw up line numbers tho, and...

feel free to change that. the PR seemed innocuous enough to me at the time, i though it was just about shift-clicking :-)

Hi @arthur-clifford, I checked this out briefly. Are you aware of this example? http://6pac.github.io/SlickGrid/examples/example16-row-detail.html There was some work done on integrating several rows to provide a space where a custom...

Thanks for your comments @arthur-clifford! I'll have a look at this more closely soon and get back to you. I've noticed this too, and your points are valid. There are...

@ghiscoding any opinion? Also @arthur-clifford, should the most indented line in your first code block be targetObj[key] = srcObj[key]; ?

@arthur-clifford after thinking about it a bit, it seems to me that the key element here is the change detection event. in either scenario, the grid or component needs to...

@arthur-clifford could you be specific about what Slickgrid objects you are wanting to change? Not sure if it's the ```options``` or ```columns```, or something else. I note you are correct...

Hi all. Will look at this on the weekend. I keep saying it, but I'm just *really* busy at the moment. I'm also a little surprised no-one has managed to...

These should be fixed now (latest release) 2.3.9. Just involved adding dataView.syncGridSelection(grid, true, true); after the ```grid.render();``` in ```dataView.onRowCountChanged``` and ```dataView.onRowsChanged``` EDIT: actually, it only needs to be added once...