cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to change table's cell editor for one cell only at runtime?

Former Member
0 Kudos

Hi,

I have a table with a few columns. The cell editor of the first column is Caption. I need to change the cell editor of that column to InputField at runtime, but just of the selected row.

Is it possible to change the cell editor of a specific row in a column?

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_chadzelek
Participant
0 Kudos

Hello,

you could use input field as editor for the whole column and determine its "enabled" property per row, via data binding. This could achieve a similar effect (not every row is editable). But I have some doubts if this really needs to be connected with current selection? Is this a good UI design? User clicks into row and only then discovers that field becomes editable?

Best regards,

Thomas

Former Member
0 Kudos

Carmit,

It is possible <b>only</b> to change cell editor for <b>whole column</b>.

If you need to display icon as well as text you can use 2 columns. This (icon) is the only difference: InputField in non-current column is rendered almost identically to Caption.

Regards,

VS