cancel
Showing results for 
Search instead for 
Did you mean: 

Deselection in Grid

Former Member
0 Kudos

I want to initialize an iBrowser while deselecting an iGrid. Can we catch the event which is triggered while deselecting a row in a iGrid.

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

Place a javascript alert message in a function that is called by the iGrid's SelectionEvent to see if the event is triggered on selection and deselection.

If it is triggered on both user activities then checking the value of the .getSelectedRow() method should be enough for you to differentiate between the two.

Regards,

Jeremy

Answers (0)