Example of Date Components in ASP.NET Core In-place Editor Control
This sample demonstrates the usage of picker components such as Date, Time, DateTime, and DateRange. Click on the dotted input element to switch to the editable state of the corresponding integrated component.
DEMO
SOURCE
|
|
|
|
|
|
|
Mode
|
|
This sample illustrates the way to integrate picker components with the In-place Editor
component. The
applicable types of
components are:
-
DatePicker
-
TimePicker
-
DateTimePicker
-
DateRangePicker
The above components and their features are editable in place and can be customized with the model properties of the specific component.
More information on the In-place Editor
instantiation can be found in the
documentation section
.