I have an editable datagrid that has a large number of columns (~12) and does not easily fit on the screen in a single row. I need to know if there is a way to wrap (continue) the columns into the next row in the datagrid. Will it still be considered a single row for indexing and retrieving data purposes? When viewing the edatagrid on a mobile device, the issue becomes worse and the columns become so small that it is hard to enter data.
Index:0 Field 1 | | | Index:0 Field 2 | | | Index:0 Field 3 |
Index:0 Field 4 | | | Index:0 Field 5 | | | Index:0 Field 6 |
Index:1 Field 1 | | | Index:1 Field 2 | | | Index:1 Field 3 |
Index:1 Field 4 | | | Index:1 Field 5 | | | Index:1 Field 6 |
Thanks in advance for your help.