I have a DGV with an unbound check box column that I want to set a limit on the amount of ROWS that can be checked within the DGV and during the cellclick event I am calling some code to add the "CHECKED ROWS" up - everything is fine up to this point - However when I reach 10 I want to bring the customer to a halt and UNCHECK the 11th box "THAT IS CHECKED" and not allow further input
checkbox.value = false - everything's but somehow the false setting is returning to a TRUE setting after the cellclick event ?????