or
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;}Hi
We are trying to have a model binding within a window.. I have a form A where on click of a button, form B opens in a kendo window with the model bound from form 1(Partial View rendered). Now when i click on submit button of form A. Whatever i typed in form A are bound and recieved as model in controller but whatever i used in form B throws null...please help kendo team..
Regards
RAJ