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...
Continue reading...