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 コントロールのデフォルト値の現在の時刻を設定したい。出来ますか?
KR、
チャギン
これは、ASPxGridView のCellEditorInitializeイベントを使用して行うことができます。e.Column.FieldName プロパティの値を確認し、必要に応じて e.Editor.Value を設定します。