I have a scenario where I have several jqgrids. Clicking row in one grid is reloading the other. Now I need to do this programatically. I want to fire rowclick event when some other event fires (for example dialog onclose - it doesn't really matter what event). Important is a have the grid row number as a parameter available. Is there some way to do this?
I have a scenario where I have several jqgrids. Clicking row in one grid is reloading the other. Now I need to do this programatically. I want to fire rowclick event when some other event fires (for example dialog onclose - it doesn't really matter what event). Important is a have the grid row number as a parameter available. Is there some way to do this?
Share Improve this question edited Dec 8, 2017 at 17:31 Cœur 38.8k26 gold badges205 silver badges277 bronze badges asked Jan 26, 2011 at 9:45 EduardEduard 3,2163 gold badges23 silver badges31 bronze badges1 Answer
Reset to default 5You can use setSelection method to select the row. See the small demo which I wrote for you to demonstrate this.