且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在DataGridView中添加行

更新时间:2023-12-04 08:54:34

看看这里:扩展Windows窗体DataGridView控件的***实践 [ ^ ]并仔细阅读使用共享行部分;)

I am working in a Window application and I have one text box and a DataGridView control.
When I input a sum value in the text box that amount should added as a row in the DataGridView.

Have a look here: Best Practices for Scaling the Windows Forms DataGridView Control[^] and carefully read Using Shared Rows section ;)