Hi!
Holidays are ended. Welcome back to work !
With “onSelectRow”, i'm trying to get the value of a cell :
$(this).jqGrid('getCell', rowId, 'name')
Everything looks fine except when i click on an inline action button (edit). Then it gives me the “new” content of the cell, a string for an input field.
– jqgrid does not set a value to the input field or any of its attribute. Can't do regex or other stuff to find it.
The way i found (“service” is the table name, “name” is the column name :
$('tr[id='+rowId+'] td[aria-describedby=service_name]', $(this)).attr('title');
This is a little dirty. If you have better implementation, tell me !
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top