I want to remove the pointer cursor from all non-sortable column headers in all of my jqGrids as in [this answer][1]. I currently do so for some of them in the `gridComplete` event.
Is there a way to set a default event, or grab all of the jqGrids on a page, and append that function the `gridComplete` event? I could not find anything in the [options][2].
[1]: https://stackoverflow.com/questions/5639761/change-cursor-style-depending-on-sort-or-not/5640442#5640442
[2]: http://%20http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
以上就是Attach method to all jqgrid instances?的详细内容,更多请关注web前端其它相关文章!