Come stai caricando il recordset? Se stai usando il remoting:

codice:
function funzioneRemota_Result(result)
{
	tuoDataset.dataProvider = result;
}