AjaxListController arguments & properties of AjaxList
Hi
Where is the .parent property explained? In Views\DInners\Index.aspx - the first .parent argument ("sname")appears to be the filter text box id - what is the 2nd argument ("search")?
How can I pass an additional parameter to the controller action (over and above the predefined set)
Thanks
Mike
Ratladi
asked
at 12 Feb 2014
Answers
-
parent is explained here: http://aspnetawesome.com/learn/mvc/general, also in the main video tutorial: http://www.youtube.com/watch?v=qDyhszMa1yA&hd=1 (recommended), there are many ways to send additional parameters, using parent, parameter, parameterfunc (have a look at demo app examples, all helpers have similar features)Omuanswered at 12 Feb 2014