I just found out that the jQueryUI now has it’s own built-in auto-complete combo box. Great news!
Unfortunately, the next thing I found is that making it multi-column doesn’t seem nearly that simple (at least via documentation).
There is a post here where someone mentions that they’ve done it (and even gives code), but I’m having trouble understanding what some of their code is doing.
I’m just curious if anyone has ran across this before and could post a quick and easy sample of making a multi-column result set.
Thanks much in advance.
I ended up manually overriding the _renderMenu and _renderItem functions after all. Works like a charm so far, and was actually very easy to do. I was hoping for a “per-instance” solution, but we’ll burn that bridge when we come to it. Here’s what it came to, and thanks again!