Ben McIntyre

Results 308 comments of Ben McIntyre

just committed a fix for this. thanks for persisting, i uncovered what was clearly a bug in `slick.rowselectionmodel.js`. i've also added a new test file `tests/test-4-rows-paging.html`, which is the one...

The Tooltip plugin appears to use jQueryUI, which allows you to just specify the 'title' attribute of the cell. So to change it you'd have to mess with or override...

The best way to see what to do is to use the examples. It's all set up and working there. You'd be best advised to use my repo: 6pac/Slickgrid, since...

I don't think autocomplete has anything to do with SlickGrid.

Hi @RMoyles, it's important to get all your bits working at the correct jQuery level. If you're using the latest jQuery (1.11.x) then use SlickGrid from my repo, because there...

I'll have a quick look. The database binding however really depends on what server side tech you're using. It sounds like the value is saving to the grid OK (it...

I've added an example page to my repo. If you've downloaded my repo already, just pop this extra file in the `/examples` folder. https://github.com/6pac/SlickGrid/blob/master/examples/example-autocomplete-editor.html it's basically modelled on yours, with...

I'm going to add some editor examples to the repo soon. Is it OK if I use this one? I will attribute the work to you.

you can use tables in the html or a formatter or editor. the main grid structure is going to remain as divs, however. this is the modern way to do...

https://github.com/6pac/SlickGrid/issues/37#issuecomment-236424067