[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GridView.Column


Le 07/03/2025 à 12:17, BB a écrit :
'Column' always return -1 if 'Row' is not greater or equal than zero.

Regards,

mmmmm. That's inconvenient for me at the moment.

I am trying to synchonise a tableview and three gridviews. If something happens in any one of them then some changes may need to be applied to the same column in the others. However, no row may be selected in one or more of the others.

Give more details, I don't see the problem.


Is their any reason (apart from common sense) for this restriction ?

GridView is not a table, it is a list of rows. As soon as 'Row' is negative, there is no current row, and hence no current column.

Regards,

--
Benoît Minisini.


References:
GridView.ColumnBB <adamnt42@xxxxxxxxx>
Re: GridView.ColumnBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: GridView.ColumnBB <adamnt42@xxxxxxxxx>