I have a scenario where I have several jqgrids. Tapping a row in one grid reloads another. Now I need to do this programmatically. I want to fire the rowclick event when some other event occurs (for example, the onclose dialog - it doesn't really matter which event). Important is the availability of the grid line number as an available parameter. Is there any way to do this?
source share