cancel
Showing results for 
Search instead for 
Did you mean: 

How to edit binding data in Table(component) ?

Former Member
0 Kudos

I create a application with Table component, and binding some data wih it;

but the data in table is read only.

So how can I edit the datat in textview?

Thank you~

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Nithya, I have try it...

It is Ok ...thank you

Former Member
0 Kudos

You're welcome

Former Member
0 Kudos

A textview is only to display texts and you cannot edit it. When you create the data binding for the table, in your cell editor, select 'Input field'. That will give you editable input fields in the table. If you want only some fields of the table to be editable, select input field as cell editor only to those fields and keep text views for the non editable fields.

Regards

Nithya

Yashpal
Active Contributor
0 Kudos

Hi ,

you have to use textedit control instead of textview.. rebind the data and while binding select the control to be use as TextEdit .

Regards

Yash