cancel
Showing results for 
Search instead for 
Did you mean: 

Row Editing

Former Member
0 Kudos

Hello,

Could any one help on this.

i have a table with 4 columns. initially 3 are uneditable and 1 is editable.

but wen i enter a new row, the new row should be editable.

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

developerone
Contributor
0 Kudos
Gowtham
Contributor
0 Kudos

Hi Sanghamitra,

When you are creating table node , create one more attribute with wdy_boolean type in the same node to control the read only property and bind that same attribute with 'READ_ONLY'  of the fields of the table.

So when you are binding the value to table , pass ' ' blank space to make the row editable , and pass 'X' to make them non-editable.

When you are inserting new row make the column as ' ' , hence it will be editable for you.

- Gowtham