What is the Lazy Data Model?
. To use client side synchronization you should create a simple Editable data model. Note that in this case paging and sorting will be done automatically by the model on client side. In case of lazy loading you will have to do it using server side tools (usually database queries). Every time when a grid decides that synchronization is required, it invokes the synchonize() method.