Ben McIntyre
Ben McIntyre
Thanks, Jack! I updated my profile to show an email address, perhaps I'm ready to be slightly less paranoid... It's great to be able to keep the Slickgrid bandwagon rolling...
Thanks @ra00I that is a great idea. I'll try to put together a 'mind map' of where it's at. There are different people working on all kinds of things in...
Is this any good: http://6pac.github.io/SlickGrid/examples/example5-collapsing.html ?
I believe so. The essential element of this example is: d["id"] = "id_" + i; d["indent"] = indent; d["parent"] = parent; If you insert items with the appropriate parent into...
This is a fairly tricky change (going to a DataView). I can put together a new example page for it. Could you post your source and remotemodel code.
Thanks for raising this. It's a strange one, probably due to Chrome scaled rendering interacting with the grid CSS. I would doubt if a fix is practical, even if it...
Could you try reproducing this on the [Simplest Example](http://6pac.github.io/SlickGrid/examples/example1-simple.html). Start with that, increase the number of columns and apply the flag. As minimal changes as possible to repro the problem....
It's not throwing any errors in the console? If it was #239, could the issue still occur if there was no dragging and dropping attempted in the repro? I'm assuming...
I think reworking SlickGrid to remove the jQuery drag and drop dependencies is a great idea. HOWEVER, articles like [this one](https://www.quirksmode.org/blog/archives/2009/09/the_html5_drag.html) scare the hell out of me. Seems no-one has...
OK @nzhtrtlc, I think that's the best for now. @ghiscoding is right, this problem may be solved on a different branch, I've just got to check it out and work...