Hello Eddy,
does your ajax binding work with 2 or 3 rows ?
I had some problems implementing the ajax binding until I found that I have to cast in my controller, my list of object to a Datasourceresult before sending it back to the webpage. Before doing that, I had no display in the grid.
But it seems that ajax binding is slower than Server binding, so I'm still waiting for a server binding to construct a datagrid.
BR
Here is the code of the controller returning the list of objects: