For a GridView control, editing data means in-place editing and recorddeletion.
对GridView控件而言,数据编辑意味着就地编辑和记录删除。
2
I am trying to have an AJAX implementation of recorddeletion associated with a button.
我试图有一个AJAX实现记录删除与按钮相关联。
3
When external keys are in use (ei columns stored in their own table), we are able to find the orphaned record in the external key table and turn it into a deletion stub.