I'm invoking a remote call that returns a result set of custom objects. The
results display fine in the datagrid, but it isn't selectable. DataGrid is
selectable when populated from a local array of objects [e.g. myDP = new
Array({name:'Chris', price:'Priceless'}, {name:'Nigel', price:'Cheap'});], but
with result from Remoting call. Any ideas what's happening here?
Rooster60602 - 28 Mar 2005 17:34 GMT