标签: javascript jquery xaml c#-4.0
如何在onBeforeEdit事件和onCellClose事件中获取剑道网格当前的编辑单元格值?
onBeforeEdit
onCellClose
function onBeforeEdit(e) { //I need Current Edit Cell Value } function onCellClose(e) { //I need Current Edit Cell Value }