Im using microsft Flexgrid control version 6.0.
Now i need to bind dataset into this flexgrid control
I tried
Axflexgrid1.dataseource= dataset which throws me error "Unable to cast object of type 'System.Data.DataSet' to type 'MSFlexGridLib.IRowCursor'.
what could be the rectifying method???