Web
ASP.NET AJAX
This is the third and last in a series of blog posts on the new client-side databinding
features we've introduced to RadListView
with the Q1 2012 release. In the
first blog post, we introduced you to the basics of client-side databinding
in RadListView - how to define HTML templates, how to use binding expressions and
what properties does the binding context provide for greater flexibility. In the
second blog post we showed you how easy it is to bind to any kind of web
services. In this blog post, let's dive deeper into the client-side databinding
internals in RadListView. We'll see how to implementing paging, sorting and filtering
to...