cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable Edit in UI Element Table

Former Member
0 Kudos

Halo Gurus,

I am trying a application where user gives the BP number and press Display, it displays the details. Another Button 'Edit' which goes to another view and here I am displaying the details of the given BP number. But n here I need the fields to be editable.

How can I achieve this.

Any Suggestions would be appreciated.

Regards

Leo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Leo,

Well if it is another view that you are calling then you can have your table column as Input Fields instead of the default TextView and whenever you want to lock the data from being edited you can set the property of TABLE to disabled ..

Hope this helps.

Regards,

Anoop

Former Member
0 Kudos

Anoop,

Thanks for your reply, I was checking the properties of the table UI element, but I couldnt see the default "TextView" as you said, If so how can I achieve that by setting as Inputfields instead of TextView.

Any Suggestions would be appreciated,

Regards

Leo

Former Member
0 Kudos

Hi,

you can click right on your table and choose create binding,

there you see the selected elements and in the last column you see the cell editor

here you cqn select inputfield for the desired columns

grtz

Koen

Former Member
0 Kudos

Hi Leo.

Do you use a table to dispaly the details?

If so, when you right click on the table element in the tree view you can choose

create binding. Here you can choose the context element to bind and select a cell

editor for each table column. When you choose inputfield your cells will be

editable.

Cheers,

Sascha

Answers (0)