Displaying the dependent value of a column based on another column in an editable row.
Summary:
I am trying to get a value based on a the value of combobox placed in one column and display it in another column.
Assume there is an editable table with columns as project and budget.
Project column has a combobox in edit mode and budget is a bind text component.
When added a new row in the table, in edit mode, selecting a project in combobox should display budget of the project in budget column.
The data is only displayed when clicked outside of table.
Is there any way to display the budget amount in the edit mode when selected a project in combobox.