Crosstab editing (Transform Rows to Columns and Columns to Rows)

Hi,

I have provide a screen to the user where user will edit multiple records at the same time. Complexity is that the rows should be presented as column however the column headers should be displayed as row labels.

Below is my database table.
image

I want for provide a editor for this table as below. The currency field are editable here.
image

What is the best way to do this?

Thanks,
Hari

Hi,

I would recommend using GridLayout because Table can’t display data in the required way.

Gleb

I have done it using GridLayout meanwhile… Thanks!