Read value of a click event from jq Grid Plugin
Hey,
I'm a newbie and i want to read the value where my click event happend in my jqgrid for storing it in my database. does anyone of you have a idea??
i tried this to check if i got the value of my click event:
$('#sourcegrid').click(function(){
alert($(this).val);
});
greetings