Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Rookie question about DefaultCellValue property
posted

OK, so I'm showing a big grid that's bound to a data set and then I'm attaching a new column for a checkbox for item selection - pretty common scenario I'd think.  However I want the checkboxes to default to unchecked and for the life of me I can't get it to work.  they show up as checked but "gray" and evaluate to null.  You can check and uncheck them at which point they look "normal" and evaluate to true/false as you'd expect. 

 So is there a trick to the .DefaultCellValue = xxx that I'm missing here? 

thanks