analyser
Posts: 0
Joined: Wed Sep 24, 2014 1:54 am

About bind data to grid.

as appery says, when we need flexible layout, we can use grid to implement.

so I add a grid element to my test app, and set one cell.

but when I mapping data to html element, I found that only grid can bind with data array, so the result is only one array element per grid, and next row got another array element ....it is not the "flexible layout", in my thought, if increase the cell element in the grid internal, it's maybe the flexible structure.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

About bind data to grid.

Hello,

This is the way it works. The entire table multiplies, not the cell. In the table you can have several cells with different elements in which you will do the mapping and each row of response will create a new table with all the structure and nested elements. It is more convenient than to reproduce a table cell. Please detail, what problem do you have with this approach?

Return to “Issues”