I have created a kendo grid with a checkbox column that when selected will select the row and persist the selected state. Everything works fine however when I apply the OnDataBound event, this function must be declared in a script tag that is above the Kendo() grid. where as the document.ready function must be declared in a script tag at the bottom of the Kendo() grid.
I don't quite understand why that is? I am using ASP.NET MVC 4 with Razor technology.
Thanks