[progress Communities] [progress Openedge Abl] Forum Post: Re: Onrowselect Event For Blank View

  • Thread starter Thread starter Bert Binnenmarsch
  • Start date Start date
Status
Not open for further replies.
B

Bert Binnenmarsch

Guest
Following your example, I entered onRowSelect as the function to be triggered for each row select. In view-factory.js the following code was added, just below onHide: onRowSelect: function(e) { console.log("DEBUG: onRowSelect"); } As a test, the following line was added to onShow: console.log("DEBUG: onShow"); During the the i see "DEBUG: onShow" once, but I never see "DEBUG: onRowSelect". What's wrong here?

Continue reading...
 
Status
Not open for further replies.
Back
Top