According to following example (https://demos.telerik.com/kendo-ui/form/index), it is great and easy to create a kendoForm with validation.
...but I would like to customize rendered form, for example, I would like to place formItems into tabstrip
...or I would like to move some items, add custom text between them and etc...
Does exists any way for this (...except using react :-D ) ...or is it possible to do this with another way => generate kendoForm from existing bootstrap html form (with all kendo form features and kendo validation)?
Thanks a lot for each idea.