Hello. I'm looking for a JavaScript library for my web application. The application is very data intensive and has rich form controls (almost windows like). AJAX will be used liberally. The development platform is ASP.Net (mostly ASP.Net MVC will be used).
I cannot pursue with ExtJs due to the price/license factor. I checked Qooxdoo but it is very windows-unfriendly. YIU fell short of my needs w.r.t. form controls it offers.
Other libraries like jQuery do not offer rich form controls. So I am looking recommendations for a library that satisfies most of following needs:
- Rich UI controls
- Solid API for AJAX handling
- Employs good programming practices for scripting in frontend (preferably OO but not mandatory)
- Free. Else has only development cost and not production
- Windows friendly (or at least not unfriendly)
- Not monolithic.
- Should be independent (Not have development & production dependencies)
- Theme'ing should be easy (preferably wrapped by the library)
I am not mentioning other basic needs (like browser compatibility). I hope any popular library will honor those.