How do I populate the grid with fields automatically

On the Webclient, with TxdataWebConnection.

When I drop the first set of dataset, datasource and grid, it fetches all the fields into the grid automatically.

When I drop a second set in (with a different EntitySetName), the grid does not autopopulate. I can do it manually by adding the fields to the dataset and then adding them one at a time to the grid.

Qs

  1. Can this be automated?
  2. If it can, will it automatically fetch new fields if they are added on the server?

Which grid are you using?

When you do this, if you drop a second grid and bind the dataset to the second grid, will it auto populate?

I understand that the problem happens when you try to bind a second dataset to the same grid you previously bind a first dataset, is that correct?

No, its a different grid, datasource and dataset. There appears to be a set sequence that works. Because it worked again, once.

What do you mean by that?
What is the exact sequence/steps to reproduce the issue, please?

I am not sure yet. But there is a slight issue. Even Holger, in one of his webinars, deleted the grid and replaced it so that the fields would percolate automatically.

I have dozens to do, so no, doubt I will find the pattern.

I understand this is not a blocking issue, then? If you find a way to consistently reproduce the issue, please let us know.