Add New Row to GridView without DataBind

前端 未结 2 1833
鱼传尺愫
鱼传尺愫 2021-01-05 18:47

I have a GridView that allows editing the values in every column, in every row, all the time. The user enters in all their changes, clicks Save once and all changes are com

2条回答
  •  离开以前
    2021-01-05 19:06

    You could dynamically add the new row via javascript, and on the save command look for newly added rows. That is fairly common.

提交回复
热议问题