Hello Rolando,
Thank you for the feedback. We are aware of the behaviour described in the first point, but I will forward your thoughts to the team for further consideration.
The editRow methods accepts a row (
<tr> element) to be edited, while you are trying to pass all grid rows to it. Could you please try to select only the first element:
grid.editRow(grid.tbody.find(">tr").eq(0))
As for the examples, you may check
our github page as well as the
blog posts - there you will find sample projects, tutorials and tips.
Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!