[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, Let me answer your question one by one 1) do I have to change this to rbf_getPageComponent when we will upgrade to 4.2 then ? - No , you don't require to change it. rbf_getPageComponent() is a wrapper function which internally call "rb.newui.page.PageContext.getPageComponent()". 2) will that work for all the grid rows even if we have them on multiple pages ? - Yes it will work 3) is there a way I can get to the values of all the fields displayed in the grid please ? - Yes you can get it. In above code snippet i am logging the selected record in console. if($('input[name="sel_'+record.recordId+'"]:checked').length > 0){ //If row is selected console.log(record); } record is the object which hold all fields data of row. Thanks, Vimal.

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