データグリッドのカラムのクリアに超苦労しました。
- public function clearDate(data:Object): void {
- hogeList_DataGrid.selectedItem.hoge_item = "";
- hogeList_DataGrid.selectedItem = new ArrayCollection();
- }
public function clearDate(data:Object): void {
hogeList_DataGrid.selectedItem.hoge_item = "";
hogeList_DataGrid.selectedItem = new ArrayCollection();
}
0 件のコメント:
コメントを投稿
注: コメントを投稿できるのは、このブログのメンバーだけです。