[progress Communities] [progress Openedge Abl] Forum Post: Re: 4.0.4 - Selection Event In A...

  • Thread starter Thread starter Vimalkumar Selvaraj
  • Start date Start date
Status
Not open for further replies.
V

Vimalkumar Selvaraj

Guest
Hi Meryem, We trigger custom event on successful record selection. Use below code to hook in your custom script $(document).bind(rb.newui.util.customEvents.rbs_recordsSelected,function(){ alert('Record selected'); }); But limitation is if you have more than one Grid in same the page and you perform selection on any grid this event get fired. So make sure when you use this event you don't have more than one Grid in the same page. Please let me know if this helps. Thanks, Vimal.

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