|
Rank: Newbie Groups: Member
Joined: 1/10/2008 Posts: 3
|
Hi,
I would like do know how to merge equal cells within grid object?
Please, we need a help as soon as possible.
Thanks a lot.
Bruna.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
What do you mean by "merge equal cells"?
|
|
Rank: Newbie Groups: Member
Joined: 1/10/2008 Posts: 3
|
eo_support wrote:What do you mean by "merge equal cells"? For instance, when you have 2 or more rows and the values of 1st column repeats I would like to show the value of that column 1 time only. Something like this:
Column1 | Column2 |
| Brown | ------------------ Colors | Blue | ------------------ | Green |
How can I do that? Bruna
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
I see. You won't be able to do that. Our Grid is not a HTML table, so you won't be able to merge cell like what you do with an HTML table. In this case you would have to put two Browns and two Greens in the Grid.
|
|
Rank: Newbie Groups: Member
Joined: 1/10/2008 Posts: 3
|
eo_support wrote:What do you mean by "merge equal cells"? Ops, now I think you can see it right. For instance, when you have 2 or more rows and the values of 1st column repeats I would like to show the value of that column 1 time only. Something like this:
Column1 ---------| ---Column2 ----| --------------------| ---Brown ------| -------------------------------------- Colors ----------- | ---Blue ---------| -------------------------------------- --------------------| ---Green -------|
How can I do that? Bruna
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
You can not do that either. As explained earlier, our Grid is a strict two dimensional tabular layout. You will need to have three "Colors" cells.
|
|