在jsp中指定容器爲combogrid onselect事件不執行

<select  id="depCode" class="combogrid" name="dto.doctor.depCode"  style="width:218px;"
				        data-options="
				            panelWidth:345, idField:'departCode', textField:'departName', singleSelect:true, mode: 'remote',pagination:true,
				            url: '<%=request.getContextPath()%>/standDepartment/standDepartmentCtrl.htm',
				            queryParams:{'dto.filterParam':'parentOrgCombox'},
				            columns:[[  
				                {field:'departCode',title:'科室代碼',width:100},  
				                {field:'departName',title:'科室名稱',width:220}
				            ]],
				          " οnclick="depNameChange()"></select>

onclick事件不執行

寫在 data-options中也不行 換個事件onselectRow也不行

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章