Hello,
i test jqgrid Hierarchy php grid as subgrid with 3 nested levels.
I would like use a the function loadcomplete:
But i don’t know how i have to call a function in jqgrid php
if is possible to give me a little sample?
with jqgrid javascript the call looks like this
1 2 3 4 5 6 7 8 9 |
loadComplete : function() { var table = this; setTimeout(function(){ styleCheckbox(table); updateActionIcons(table); updatePagerIcons(table); enableTooltips(table); }, 0); }, |
best regards
Achim
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top