Can we use a DataGrid without the ADODC to bind the database ? I keep getting error if connect the Datasource to a recordset that I create in run time.

I use ADO method to create a recordset call RS and use the below statement to connect the datagrid to my recordset;

datagrid1.datasouce = RS

I keep getting the error that says "method or data member not found"

Please help.