Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Telerik 在第一次选择除第一个以外的任何项目时始终重置为第一个项目,并且不会触发 selectedindexchange 事件。但是,当第二次选择组合框时,会触发该事件。
有没有人对为什么会发生这种情况有任何建议?
是的,它仅在项目更改时触发,因此第一项在技术上不是选择的更改,因为它默认为零。一种解决方法是添加一个默认空白项,并通过RequiredFieldValidator 控件强制进行选择。