Currently it is use in DurandalJs
Application but it can easily used independently in any Web application that uses KnockoutJs
.
Error handler
Server side processing option is almost same as using ajax source. knockout-dataGrid will request to your web service with query parameters of draw, search, length and start.
Your web service need to return the same value of draw, recordsTotal no off all rows, and data an array containing 10 rows(depend on length).