Hi,
So far I've been fetching / sending information to the server from grids, trees and forms without problems. But I'd like to get discrete amounts of data to consume by the client code without binding it to a component.
I've been checking and double checking all the methods of DataSource but I can't see any way to get the Records retrieved by the fetch() methods. Is there anything I'm missing ?
The Javascript docs mention a ResultSet but I can't see it anywere.
Any comment here would be really welcome. DataSource seems like a close box without methods to get the records out of it.
Best regards,
Juan
So far I've been fetching / sending information to the server from grids, trees and forms without problems. But I'd like to get discrete amounts of data to consume by the client code without binding it to a component.
I've been checking and double checking all the methods of DataSource but I can't see any way to get the Records retrieved by the fetch() methods. Is there anything I'm missing ?
The Javascript docs mention a ResultSet but I can't see it anywere.
Any comment here would be really welcome. DataSource seems like a close box without methods to get the records out of it.
Best regards,
Juan
Comment