Wednesday, September 14, 2011

Detailed Table Edit Selected Row (Click to Edit) Attribute

Assume that we have a detailed employee table and when we select a particular row I want that row to become editable.

For this to happen select adf table i.e. af:table t1 and in property listener in Behaviour tab set EditMode property value to "clickToEdit" and thats it. (Note the adf table should not be read only)