I did not explain properly my problem. I need to create forms with a high number of item, and instead of having a long page that requires scrolling, I would like to have a form that contains a tabstrip and the items distributed inside the various tabs. So that the user does not need to scroll, but selects the tab containing the items to fill.
Let me add one more requirement: in some cases we also need to insert between the items a grid (read only).
All the above was done with your Ajax controls, not using the form control: I assume we could use the same approach but using the form control seems an interesting option, if feasible.
Eyup
Telerik team
commented on 16 Jun 2025, 10:46 AM
Hi Donato,
There are many different ways to go for the described requirement. I have prepared a list with several options:
This is the example of what we need: A very vomplex form with hundred fields, and tabs that show only a subset of fields
Eyup
Telerik team
commented on 20 Jun 2025, 09:05 AM
Thank you for sharing this snapshot. It makes the situation more clear.
Since you have multiple layers of inputs and Tab views, the Telerik Form is not suitable by itself. It implements .Items() collection which ease up the process of creating a single one-layer type of a <form>, but in your case you rather need a common container and handle the submit manually in one general big javascript logic.