提问人:HelloWorldNG 提问时间:3/29/2023 最后编辑:HelloWorldNG 更新时间:3/29/2023 访问量:83
Devexpress ASPxGridView BatchUpdate - 从 c# 更新每个单元格更新的特定值
Devexpress ASPxGridView BatchUpdate - update specific value from the c# each cell update
问:
我正在使用 Devexpress ASPxGridView BatchUpdate 使用更新查询
UPDATE WorkOrderTable
SET Qty = @Qty,
JobStatusID = @JobStatusID
WHERE (WorkOrderRowIndex = @WorkOrderRowIndex)
@Qty将来自 aspxgridview ,
我的问题是@JobStatusID参数。 我的目标是更新 c# 代码中的特定值 在每个单元格更新或每个 ASPxGridView BatchUpdate 上。
我需要触发哪个事件? 以及如何将我的值发送到@JobStatusID更新参数?
如何从c#函数更新aspxviewgrid单元格?
知道怎么做吗? 谢谢
我尝试检查一些事件,例如_BatchUpdate
答: 暂无答案
评论