Hello, i would like to know if there's a way to modify the data fields editors in the AutoGeneratingFieldEventArgs event.
I can modify things like e.DataField.Label or e.DataField.Height but i wold like to know how to acces the editor fields (more specific, i want to modify let's say, the height, width or background color of the control).
Also in this event can i modify the type of the control that is being generate for a specific property?
Something like: if (e.PropertyName == "Name") choose a type for the generated control.
Thank you.
I can modify things like e.DataField.Label or e.DataField.Height but i wold like to know how to acces the editor fields (more specific, i want to modify let's say, the height, width or background color of the control).
Also in this event can i modify the type of the control that is being generate for a specific property?
Something like: if (e.PropertyName == "Name") choose a type for the generated control.
Thank you.