Getting row data from invisible row in jqGrid -


how can data row that's not in current page, knowing row id? grid has datatype:"json"

i tried using

$('#grid').jqgrid ('getrowdata', rowid); 

but works visible rows (rows in current page)

i suppose use datatype: "local". in case can use getlocalrow:

var rowdata = $('#grid').jqgrid ('getlocalrow', rowid); 

Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -