--- In [email protected], Jeffry Houser <j...@...> wrote:
>
> 
>  You need to set the dataProvider on the DataGrid
> 
>  Somewhere in the resultHandler, do something like this:
> 
> myTest = event.result.entry.rooms;
> 
> 
>  Or you could give the DataGrid an id and do something like this:
> 
> myDataGrid.dataProvider = event.result.entry.rooms;
> 
>  
> 

Well, I think normally that would do the trick. Since I'm using an 
.swc file (which does the pageable array), then don't I need to 
integrate it w/ that somehow? 

Reply via email to