I want a horizontal form in between kendo grid header and body, Is it possible to add a form with same grid columns in kendo grid. Please find the below attached screen shots for reference
Thanks,
S
1 Answer, 1 is accepted
0
Dimiter Topalov
Telerik team
answered on 08 Dec 2016, 07:32 AM
Hello Sharath,
The question was answered in a private support thread, but I will also paste the answer here, so the community can benefit also:
For the time being, we can offer the following supported features and techniques:
- using a custom edit form inside the Grid is not supported, but you can use the built-in edit form and add a new row as soon as the previously added/edited one is saved and dataBound is fired.
- the Grid's built-in inline and popup editing mechanism can add only one row at a time. It is possible to add multiple rows to the Grid via the same form on the page, if you do this programmatically via the Grid dataSource API: