Ajax-enabled grid

Hi,



how can i make my grid Ajax-enabled. Have you an Example for me?



Thanks in advance!

Actually nearly all samples use AJAX to load data in grid.
The grid’s command
grid.load(url)
made call to server side data source and fetch data to fill the grid. ( data can be in XML, JSON, CSV or jsArray formats )