像处理文本框一样处理 datagridview 单元格中的事件

Handling events in the cell of datagridview just like a textbox

提问人:Nisha Goel 提问时间:7/2/2023 更新时间:7/2/2023 访问量:13

问:

我正在尝试找出处理常规文本框事件的最佳方法,例如 textchanged , keypress , Enter , KeyDown in a cell of datagridview 。单元格将始终位于 datagridview 的 column0 中。我是c#的新学习者。请分享一些代码来帮助我

有人建议我使用 DataGridViewTextBoxColumn

自定义控件 DataGridViewColumn DataGridViewTextBoxCell

评论


答: 暂无答案