When I run the Kendo examples, I see the input fields on popup dialogs for Edit and Create are using Kendo UI extensions. For example, kendoDatePicker is used for DateTime field, kendoNumericTextBox is used for numeric field, etc. However, on the popup dialogs of my application, this is not happening. The plain html input tags are used. Can anyone tell me what I am missing?