FeatureTable

2195
0
03-23-2016 12:21 PM
BruceRalston
New Contributor II


The FeatureTable in the JavaScript API supports supports event row-select and row-deselect.  These events are from the dojo dgrid implementation.  From these it is easy to get the selected row ID or the deselected row ID.  What I would like to have is the id of the row just entered (where the mouse currently hovers) and the id of the row just left, without having to force the user to click on a row to select it. 

0 Kudos
0 Replies