property onselectrow as %ZEN.Datatype.eventHandler;
onselectrow event handler: This event is fired when a new row is selected. This event is passed a variable, which, which indicates how the row was selected: "", "click" or "keypress".
I'd assume in your case as you did neither "click" nor "keypress" var which ="" will apply.
So you may use this to ignore the call and return without action.
- Log in to post comments



