Answer the question
In order to leave comments, you need to log in
How to create custom control on ext.net mvc?
I need to create a date and time field. Now it looks like this
@X.Container().Items(X.Panel().Layout(LayoutType.HBox).Items(
X.Label(field.Name),
X.Panel().Layout(LayoutType.HBox).Width(200).Items(
X.DateFieldFor(valueExpression).FieldLabel(null),
X.TimeFieldFor(valueExpression).FieldLabel(null))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question