摘要:
只需要设置SelectionMode,为Multiple时是单选,CheckColumn时是多选 阅读全文
摘要:
dev控件ASPxComboBox设置ReadOnly="true"后,在后台OnCallback事件中赋值前台不显示 阅读全文
摘要:
<ClientSideEvents GotFocus="GotFocus" /> editContract.SetFocus()//设置文本框等的焦点 function GotFocus(s, e) { window.top.DLG.show(700, 600, "PrePayment/Contra 阅读全文
摘要:
ClientSideEvents-RowDblClick="clike" function clike(s, e) { grdList.GetRowKey(e.visibleIndex);//获取行的主键 } 阅读全文