I'm using a DataGridView in a "pivot table" kind
of way (much like the property grid). My first column is the field description
and the second the field value input column. This presents me with a problem
when I need a password input on that particular "field value input"
cell, since there is no way, that I know of, to tell a cell (or a column for
that matter) that it must input a password...
Could anyone help me here?
Thanx