Тема: Container in Grid
Показать сообщение отдельно
Старый 04.09.2009, 12:36   #5  
Kent is offline
Kent
Участник
 
46 / 10 (1) +
Регистрация: 24.01.2007
I don't use child table, because I have more ListViews with different data. Example, I select 3 rows from ListView 1, and example 1 row from ListView2. And than I get in table following:

X++:
id     Field 1.....................Field2
1      ListView1<field>       
2      ListView1<field> 
3      ListView1<field>
4..................................ListView2<field>
If I have example 6 ListViews, this table looks terrible. Therefore I wanted post selected fields in containers, to insert all info in one row.

Maybe are different way to solve this?

Последний раз редактировалось Kent; 04.09.2009 в 12:38.