cancel
Showing results for 
Search instead for 
Did you mean: 

How to read disabled cell value in iterator.

Former Member
0 Kudos

Hello All,

I have a requirement to read disabled cell value in tableview iterator.

I am able to read enabled cell value, but not the disabled cell value.

Can anyone help me?

Regards,

Jbs.

Accepted Solutions (1)

Accepted Solutions (1)

former_member188685
Active Contributor
0 Kudos

>am able to read enabled cell value, but not the disabled cell >value. Can anyone help me?

you can get the value from P_ROW_DATA_REF are you talking about that..?

Can you elaborate your question..?

Former Member
0 Kudos

Vijay,

Thanks for ur immediate response.

I have tableview which consists of 10 cols and n no:of rows, can add more rows.

The requirement is for newly added row, all cols are editable... for old rows, few cols are editable.

The logic is:

For newly added row, first col is enable,

For old rows, first col is disabled, where as i am unable to read the first col value.

This is the requirement.

Regards,

Jbs.

former_member188685
Active Contributor
0 Kudos

in the cell_start method of the iterator you are not able to read them..are you sure..?

Just check it once in Debug mode.

Former Member
0 Kudos

using P_ROW_DATA_REF i am able to read the value.

In OnInputProcessing, i am unable to read the cell value.

Edited by: Jbs Rajesh on Sep 29, 2008 11:55 AM

Answers (0)