Avatar of MBHEY131
MBHEY131
 asked on

Datagridview ?

vb.net - vs.2012

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 ?????
Visual Basic.NET.NET Programming

Avatar of undefined
Last Comment
MBHEY131

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Scott McDaniel (EE MVE )

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
MBHEY131

ASKER
this all worked very well - thanx
Your help has saved me hundreds of hours of internet surfing.
fblack61