Posted 3 October 2017, 5:43 am EST
Hi,
We have been experiencing problems lately with the build 4.0.20172.217 of the TrueDBGrid.
Note that this happens to us when we bind the grid to a DataSet (I haven’t tested it with an unbound grid).
If we try to retrieve some values in the RowColChange event, full column values disappear.
We noticed that it happens on 2 different case scenarios.
Hopefully the test that I attach will be useful to reproduce the problem.
You’ll see that there are two grids (an ‘employees’ grid and a ‘departments’ grid). If you navigate through the employees, the second grid will show each one’s departments. Also, there’s a button that clears and refills the employees grid.
PROBLEM 1:
- Press the “Empty the employees grid” button
- Repress the button to fill it again
- The employees grid loses the ‘Code’ value
PROBLEM 2:
- Select the second row on the departments grid (‘2’-‘Support’)
- Select the second row on the employees grid (‘2’-‘Joe’)
- Select the first row on the employees grid (‘1’-‘John’)
- The departments grid loses the ‘Code’ value
We’ll be willingly waiting for your reply, thank you very much.