Well, partially off...
;-)
Cascading Lists depend on a single path for the Hierarchy.
For example: Country-->Sate/Province-->City/Region
Sure you can do this:
Country-->State/Province
Country-->City/Region
...as you ask, but then this says that Sate/Province and City/Region is at the same Hierarchical level, if so then what does State/Province filter?
To make this work in the standard way, (the way it is illustrated in all of the samples), it should be
Grouping1-->(filters)-->Grouping2-->(filters)-->Grouping3
A military example would be
Armed Forces Branch--->Title--->Person
In this case selecting "Marines" from the Armed Forces Branch combobox would filter the Positions combobox for only Marines positions.
Meaning, Seaman Apprentice (Navy) and Captain (Army) will not be available.
Then selecting "Staff Sergeant" from the Position Combobox would filter the Persons combobox to only show Persons who are Staff Sergeants.
Make sense?
;-)
JeffCoachman