DataGrid編輯時, 如果有些欄位為ReadOnly狀態, 可否使用原來顯示的格式, 而非ReadOnly的文字編輯框?
可以透過 DataGrid的 onShowEditor事件來處理, 如下:
function dgDetail_onShowEditor(index, field, editor)
{
if(field == '題目'){ //欄位為'題目'時, 改育 type: 'div'來顯示
return {type: 'div'};
}
else {
return editor; // 使用原來的 Editor
}
}
Copyright © 2000 InfoLight System Corp. Ltd. 訊光科技系統股份有限公司版權所有
台北市大同區 103 民生西路 290 號 8 樓 電話:02-2556-6159 傳真:02-2556-9425
上海訊光:上海市長寧區延安西路 1030弄 12 號 303室 電話:021-6225-1720
http://www.infolight.com.cn