tony said:
Hello,
If you use cell edit or inline edit – the answer is yes.
Look into the docs.
The first hint is here:
http://www.trirand.com/jqgridw…..ng#editrow
Best Regsrds
Tony
I'm trying to achieve something similar. Forums indicate that there are three aproaches:
1) Set editable on row:
$('#rowid', '#gridid').attr('editable', '0');