Read Previous Example First!
In this example, we’ll be returning additional data to our ExtJS4 data store, which is passed from ASP.NET over AJAX in XML format. It’s common to show grid row count in the form title, as well as something else in the header, such as final SQL or LDAP query used by your ASP.NET AJAX script (WebMethod).
Combine this with ExtJS4 buffered grid’s ability to only render 50 HTML rows with infinite scrolling, this makes the stock ExtJS4 gridpanel an extremely powerful application in its own right, very good at running large data queries. On a decent computer with decent Internet connection this will smoke the traditional buffered grid, which ajax back on every scroll.