Hi:
I am getting the following error message:
Microsoft JScript runtime error: 'uid' is undefined
The line in the dynamic code is as follows:
I have an id defined in my model.
Phil
I am getting the following error message:
Microsoft JScript runtime error: 'uid' is undefined
The line in the dynamic code is as follows:
function anonymous(data) {
var o,e=kendo.htmlEncode;with(data){o='<
tr
data-uid
=
"'+(uid)+'"
><
td
>'+(e(name))+'</
td
><
td
>'+(e())+'</
td
></
tr
>';}return o;
}
Phil