The problem for me is you can’t set grid parameters until the grid has initialized, or you get errors.
Putting in a timer, e.g., setTimeout(”MyInit()”, 300) works, but this is not great as you don’t really know how long things will take.
I would really like to set an event function to fire on “gridComplete”. But how do you do this if the grid itself is being initialized by an xml file via jqGridImport?
Thanks!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top