How can I have a datagridview that will autogenerate a textbox instead of a label?
|
feedback
|
|
In short, you can't. You could inherit from a gridview and implement it yourself. It could look something like this:
| |||
feedback
|
|
Can you not use a template column with a textbox inside it? Then use eval to populate the value? | |||
|
feedback
|