Oracle Application Express (MOSC)

MOSC Banner

Get selected row column values from Interactive Grid in Oracle APEX

edited Jul 28, 2023 1:27PM in Oracle Application Express (MOSC) 1 commentAnswered
  1. How to fetch the selected row in apex interactive gird region column value?
  2. We used javascript for above question.

Eg.var i,  get_valueids = ":", I_SELECTED_VAL,

model = this.data.model;

for ( i = 0; i < this.data.selectedRecords.length; i++ ) {

  I_SELECTED_VAL = model.getValue( this.data.selectedRecords[i], "GRADECODE");

   get_valueids += model.getValue( this.data.selectedRecords[i], "GRADECODE") + ":";

}

apex.item( "P1_GRADECODE" ).setValue ( I_SELECTED_VAL);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center