J
Jeff Haumesser
Here is one I am stuggling with:
I have a project I'm developing in VB .NET. I have a datagrid in a window
with two columns. The first column is readonly and the second column is not
and initialized with Zero's. The values in column two must be numeric. How
do I prevent the user from leaving an Empty set in the cell? I already have
a handler that ensures the user enters numeric values. I would like to
default to Zero if the user deletes a value or enters an empty set.
Thankyou,
Jeff
I have a project I'm developing in VB .NET. I have a datagrid in a window
with two columns. The first column is readonly and the second column is not
and initialized with Zero's. The values in column two must be numeric. How
do I prevent the user from leaving an Empty set in the cell? I already have
a handler that ensures the user enters numeric values. I would like to
default to Zero if the user deletes a value or enters an empty set.
Thankyou,
Jeff