Forum

free jqGrid - custo...
 
Notifications
Clear all

free jqGrid - custom controls, get current row-cell value

1 Posty
1 Users
0 Likes
1,306 Widok
0
Topic starter

during generation

1 Answer
0
Topic starter

example

1
2
3
4
5
6
7
8
custom: [
    {
        action: "sendEmail", position: "first", onClick: function (options) 
        {
            var cellValue = $('#jqGrid').jqGrid('getCell', options.rowid, 'email')
        }
    }
]
custom: [
	{
		action: "sendEmail", position: "first", onClick: function (options) 
		{
			var cellValue = $('#jqGrid').jqGrid('getCell', options.rowid, 'email')
		}
	}
]

Odpowiedź

Author Name

Author Email

Your question *

 
Preview 0 Revisions Saved
Share: