Hello jgrid-friends,
i have :
php:
..
$test=”Hello”;
….
echo “
…..
in my grid I have:
loadComplete:function(){var hinweis = $('#kundenstamm_ed').getGridParam('userdata'); alert(hinweis);
…
I get (in alert) “null“
when I use: loadComplete:function(){var hinweis = $('#kundenstamm_ed').getGridParam('userData'); alert(hinweis);
i get (in alert) “[object Object]“
What is the difference and what is the best solution for getting
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top