Hi.
As I said on my second post, I got my first grid wrong. It is another grid with another ID, don't worry.
However I did the grid.select("tr:eq(1)"); and as I stated earlier var grid = $("#errortype").data("kendoGrid");
However, the selected row appears in the first grid, and not the second, which is the one I'm working with. The first grid has a different name and doesn't have the onload event, so why does it get the selected row?
Thanks.