I was creating a Kendo grid that contains several column. There is one numeric column called 'Length". When I clicked on this column, I would expect it to invoke the editor, but unfortunately it crashed in kendo.all.js. I have no idea what I did wrong. I am hoping someone here could take a look at it and give me some advice on how to fix my code.
Here is a sample of my code:
http://jsbin.com/wikav/1/edit
Thanks in advance.