easiUi 2011110901
在datagrid中动态生成combobox问题
$ ( ' #tt ' ) . datagrid ( ' beginEdit ' , index ) ;
var ed = $ ( ' #tt ' ) . datagrid ( ' getEditor ' , { index : index , field : ' productid ' }) ; // get the editor
$ ( ed . target ) . combobox ( ' reload ' , ' combobox_data.json ' ) ; // reload your combobox data