Ben McIntyre
Ben McIntyre
I'd suggest using the 'chosen' js combo plugin. You'd have to create an editor for it.
this repo is no longer active. read the wiki.
hmm, i'm trying to work out the difference between 'no longer active' and 'too busy to maintain' for last 2 years. the official position is that support goes to StackOverflow,...
check out the remote provider. you can use ajax to just return the section the user is interested in.
Check out the source of https://github.com/mleibman/SlickGrid/blob/gh-pages/examples/example3-editing.html It contains this validation code, just tweak it. ``` function requiredFieldValidator(value) { if (value == null || value == undefined || !value.length) { return...
that's a bit trickier, you're going to have to trap the keypress events, then validate the entered data. If valid then commit it and move cells. You're on your own...
Have you tried the ['alternative master' repo](https://github.com/6pac/SlickGrid) ? There are a number of fixes to do with changes to jQuery around v8. The master of the MLeibman branch is still...
jasonfulps patch applied to ['alternative master' repo](https://github.com/6pac/SlickGrid)
Not sure if you're familiar with my Alternate Master: https://github.com/6pac/SlickGrid I'd recommend you switch to it. I applied patches as you suggest, in response to several issue numbers, here: https://github.com/6pac/SlickGrid/commit/a2a5e2cf30a7adaa4908573481274cc57b6a202a...
up to you. MLeibman rarely responds these days. the comments I refer to are on the commits I linked to above. The Alternate Master is a bid to keep the...