Hello,
I am experiencing an issue where after setting the .DataSource property of my WinGrid to a DataSet, the rows in the DataSet are not being added to the RowsCollection.
Is this the intended behavior? How can I force my WinGrid to update and add the DataSet rows to the RowsCollection so I can access them from the .Rows property?
Cheers.
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.