Page 1 of 1

About bind data to grid.

Posted: Fri Sep 26, 2014 10:07 am
by analyser

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.


About bind data to grid.

Posted: Fri Sep 26, 2014 12:59 pm
by Evgene Karachevtsev

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?