I have a problem with my form TabPageContent: I have to create several tabPages, each tabPage contains grids with "New" button, all these grids point to the same datasource. when I click on "new" in tabPage 2 the cursor changes to tabPage1 without creating the new line on the grid of the tabPage2.
Asked
Active
Viewed 124 times
0

Cœur
- 37,241
- 25
- 195
- 267

user3203594
- 29
- 1
- 7
-
2Why do you have several grids to the same datasource? – Jan B. Kjeldsen Dec 05 '16 at 14:47
1 Answers
0
I do not think this is a supported scenario: several grids using the same datasource. The reason is that Ctrl-N or New button set focus on the first grid of the datasource. Read only it works fine, it seems.
You can have several datasources with the same table, each datasource can be referenced by one grid.

Jan B. Kjeldsen
- 17,817
- 5
- 32
- 50