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.
我想为 AspxGridView TimeEdit 控件设置默认值当前时间。是否可以?
韩国,
恰格恩
这可以通过使用 ASPxGridView 的CellEditorInitialize事件来完成。检查 e.Column.FieldName 属性的值,然后根据需要设置 e.Editor.Value。