Has anyone else had this problem?
According to all of the documentation you should be able to access the data for any Telerik Extensions or Kendo control using the following code
However, I have never actually gotten this code to work. No matter what I do, the "data" function always returns undefined. The control actually works correctly and I am able to get at the control data in a few other ways, such as through the event.sender of any event handlers, but the data function does not work.
I am using the Telerik Script Registrar to include jQuery and other scripts in my page. This currently looks something like this:
And it looks like Telerik is using jQuery 1.7.1 because that is what's in the Telerik Scripts folder. The Telerik version is 2012.1.214 and I am also using the Kendo beta, though I was having the same problem before I included Kendo. The ScriptRegistrar is currently in the <HEAD> tag, because Kendo needs it there, although I have also tried putting it before the end of the <BODY> tag as Telerik Extensions recommends with no effect. I have also confirmed that the problem exists in IE, Firefox, Opera, Safari and Chrome.
Because I'm using the Telerik Script Registrar to include all of the Telerik & jQuery related scripts, I kind of expect that this should "just work". What else could I be doing wrong?
EDIT: Here's one example: