Since Dojo does everything you required.
Dojo supports "stores" that do exactly what you ask.
They also support different things like JsonRestStore, XMLStore, HTMLStore, and many others so you can easily switch the source of your data.
About unit testing you can either use the built-in tool called Dojo Objective Harness, and it's robot, or something else like selenium or eventd (dojo).
About MVC, dojo has something called dojox.mvc : http://livedocs.dojotoolkit.org/releasenotes/1.7#mvc
Though there many other things too :)
I would recommand reading the tutorials here : http://dojotoolkit.org/documentation/
Your question is a bit hard to answer because i guess pretty much every decent framework today, can do what you ask. And each dev will tell you the framework he likes better is better ^^
Personally, I use Dojo, I find it powerfull and especially well made for large applications. They also are very active and keep up with the latest trends (AMD Loader RequireJS, etc).
There is a nice community also, helping each other, especially on the mailing list and irc channel.
Also, if it matters in anyway, companies such as IBM trust and spend time helping the framework to make it better.
- speed of development : good
- mvc : good
- documentation : good - huge progresses recently :)
- bindings : good
- internalization : good
- theming of widgets : using LESS rocks
- a searchable client side store (doesn't have to be offline just the ability to store records once received and then do local searches on those records) : good
- testing using some full stack tool like selenium : good
- datagrid, pagination, sorting the whole works : new dgrid is great, old grids are ok Dojo is quite powerful, but can be tricky at times, good support makes up for it