This question is locked. New answers and comments are not allowed.
Hello, I'm trying to bind a short datatype to a GridViewCheckBoxColumn but I'm getting a cast error.
I know if I bind to a bool datatype works ok so How can I bind a GridViewCheckBoxColumn to a short datatype assumming that 0=false/unchecked and 1=true/checked?
Thx
I know if I bind to a bool datatype works ok so How can I bind a GridViewCheckBoxColumn to a short datatype assumming that 0=false/unchecked and 1=true/checked?
Thx