wanaka
|
| Posted: 04/30/2002, 6:51 PM |
|
After tried out the CCS. Just wondering how could I archieve the following grid. In CC last time to archieve this kind of result required some level of coding. For CCS is there any easy way of doing it.
Category
subcategory
ITEM 1
ITEM 2
subcategory
ITEM 1
Category
subcategory
....
etc...
|
|
|
 |
Nicole
|
| Posted: 05/02/2002, 4:35 AM |
|
The easy solution is to create grid like:
category_name | title_name1
| title_name2
| title_name3
category_name2 | title_name1
| title_name2
| title_name3
To do it you should store current category_name in lets say session variable and create Before Show Row event and compare stored category value to current one. In case they are the same, put new value to session and assign empty value to category field.
|
|
|
 |
wanaka
|
| Posted: 05/03/2002, 2:21 AM |
|
any more specific instruction
|
|
|
 |
|