How can i set a default value to AspxGridView TimeEdit control
I want to set default value curr开发者_如何学Pythonent time for AspxGridView TimeEdit control. Is it possible?
KR,
Çağın
This can be done by using the ASPxGridView's CellEditorInitialize event. Check the value of the e.Column.FieldName property and then set the e.Editor.Value as needed.
精彩评论