or
{ title: "Job Location Notes", template: "${ showLogLink(JobLocationNotes,JobID) }" },function showLogLink(JobLocationNotes, JobID) { if (JobLocationNotes != null && JobLocationNotes != "") { return JobLocationNotes + " <a href='javaScript:;' data-url='../ModalWindows/JobLocationNotes.aspx' title='Location Notes' class='jobLocationLink' data-id='" + JobID + "'>Log</a>"; } else { return ""; }} <a href='javaScript:;' data-url='../ModalWindows/JobLocationNotes.aspx' title='Location Notes' class='jobLocationLink' data-id='7'>Log</a> "<select data-bind="value: selectedColor"> <option value="red">Red</option> <option value="green">Green</option> <option value="blue">Blue</option></select><script> var viewModel = { selectedColor: "green" }; kendo.bind($("select"), viewModel);</script>Line: 6893Error: Unable to get value of the property 'get': object is null or undefined