Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

174
Views
Select a row in a IG when dialog closed

How to select a specific row in a IG after dialog closed? In modal dialog users can update data in a table.

I set items values with DA when row selection change.

When dialog closed I have DA with that code:

apex.region("jednostkiRaport").call("setSelectedRecords", []);

Next step I'd like to select changed row to set updated values in my items.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can use the following code block to first get the record you want to be selected by its primary key value(by sequence nr, id etc.) then setSelectedRecords would work.

var record = apex.region("gridId").widget().interactiveGrid("getViews","grid").model.getRecord("4551");

apex.region("gridId").widget().interactiveGrid("getViews", "grid").setSelectedRecords([record],true);

Note: gridId should be replaced with your grid's static ID.

Another Note: You can use your browser's console to execute this code block.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!