Anyone successfully connected DataGridView in Visual Studio with a BackendlessCollection?

I am sure this could be easily solved.

All I’d like to do is present a table of data in my Desktop C# application that would give me the results from:

BackendlessCollection<Member> mMembers = Backendless.Data.Of<Member>().Find();

Just so there is no misunderstanding: I get all the data from Backendless˙side into the mMembers, I just can’t then simply represent it in the Data table. I can’t ‘bind’ them together.
Anyone done this?

check this link if it helps https://msdn.microsoft.com/en-us/library/ms747133(v=vs.110).aspx#building_a_table_with_code