From: Bhavesh Sharma Date: 2009-05-04T12:34:01+09:00 Subject: Re: Selecting row under Grid for EXTJS code Hi, Thanks for the reply. But i have to write code in WATIR. I am automating testcase, where i have to select the row. This is what im getting when i see source --
kazeon1
And this is the code which im trying to write, to select row under GRID. $_ = $ie.html #$id = $ie.html.scan(/
#{reviewernames}/i).flatten if / e rescueHandle(e) return false end sleep($lightSleep) else puts "Not able to click cell ID" end Can you elaborate more. Thanks 王新 wrote: > GridPanel has a *getSelectionModel*() method.Yan can get a instance of > Ext.grid.RowSelectionModel.In this class you can add a listener and fire > the > event of *rowdeselect.* 2009/5/3 Bhavesh Sharma < > bhavesh1_sharma@rediffmail.com> -- Posted via http://www.ruby-forum.com/.