Hi community!
I have I think rather a JQuery and Html problem with respect to yii.
I have
-
A gridview with a cbuttonColumn (my own png-image).
-
In a click JS function I want to retrieve the id-value of the current row like
this
.
.
.
'click'=>"(function(){
var rowId = id-value of record in the current row.
alert(rowId);
}
. ),
.
.
I do not know how to do this.
Some soulutions like the one found here
do not work for me.
Can please someone help me?