My Telerik OpenAccess ORM mapped and executes a stored procedure for me which returns an array of object[] as the result.
Now i want to bind this result to my datagridview which has 4 columns setup, but i’m having a hard time doing this.
Which would be the best way to do this?
DataGridView just bound to your object’s property.
So , you can convert your object[] to let your datagridview can read.