Skip to content
Neil edited this page Jul 23, 2013 · 1 revision

Resources

I put together a sample project project using the .Net MVC framework with Select2. The demo project demonstrates how to setup an infinite scroll with a remote json data source. It also shows how to setup MVC to serve up the json data in a format Select2 expects.

Code project article describing the MVC example in detail: Select2 The Ultimate JQuery Autocomplete

Downloadable sample project from the article above: Select2 Mvc Demo Project

Clone this wiki locally