Posted 17 January 2022, 1:09 pm EST
We have a c1truedbgrid with two splits, the first split has a column with valueItems with presentation Normal, with Behavior ‘Cycle con click’ and ‘translate’ and it has three values: -1, 0, 2. The other split has other text columns.
We select the second row on the first split, then we make click on the column and it changes his value; but when we select the second row on the second split and we want to change the value of the column on the first split, we must to make click twice.
The issue is that We are migratting this from Visual Basic 6 (on a TDBGrid) and this behavior does not happend.
Attach: WindowsGrillaNet:.net example. and WindowsGrillaVB6:vb6 example.