Retrieves the data source underlying the DataGrid control.
public IDataSource getDataSource()
Returns an object implementing the IDataSource interface that currently exposes the recordset that is bound to the DataGrid control. For more information, see setDataSource.
To retrieve the bound member of the underlying data source, call getDataMember.