Question

I want to set default value current time for AspxGridView TimeEdit control. Is it possible?

KR,

Çağın

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top