ChrisMac
14 years agoContributor
Checkboxes within a grid, can't get the correct wValue.
Hi All-
I've got a grid in a client server app. that has a column of checkboxes. When a row/column cell is checked and I run the spy over it it the wValue comes back as 'True' which is what I expect. However, when I uncheck it and run the spy over it I expect 'False' but still get 'True'. Does anyone know what the issue is here. Checkpoints are useless at this point unless I get the true value when the cell is checked (true) or unchecked(false). I'm using TC 8.5. The Grid is ID'd as a .Net ClrFullClassName = Infragistics.Win.UltraWinGrid.UltraGrid.
Chris
I've got a grid in a client server app. that has a column of checkboxes. When a row/column cell is checked and I run the spy over it it the wValue comes back as 'True' which is what I expect. However, when I uncheck it and run the spy over it I expect 'False' but still get 'True'. Does anyone know what the issue is here. Checkpoints are useless at this point unless I get the true value when the cell is checked (true) or unchecked(false). I'm using TC 8.5. The Grid is ID'd as a .Net ClrFullClassName = Infragistics.Win.UltraWinGrid.UltraGrid.
Chris