在GridPanel中,某一行数据,虽然我没有界面上编辑,但是我用javascript对一个隐藏的字段重新赋值,store.getAt(i).data["PX"] = i.toString(); 保存时,这行没有更新,我想可能这行的状态对于GridPanel还是not modified状态,所以GridPanel没有生成Update语句。
请问:如何使用javascript修改GridPanel的状态,让GridPanel生成Update语句?