cancel
Showing results for 
Search instead for 
Did you mean: 

How to read seleted row in collection using ABSL Code?

Former Member

Hi Experts,

Any one please help me to read selected row in the table collection. i am not able to read selected row. if anyone has syntax or sample code please share with me.

Thank you,

Srinivasa

Accepted Solutions (1)

Accepted Solutions (1)

sunil1101
Advisor
Advisor

Hi

Create your action as Mass Enable and then selected row can be use by using keyword 'this'

'this' will become collection and it contain all selected row.

Then use foreach loop to read each row

foreach (var row in this){

//do something

}

Regards

Sunil

Answers (0)