DHancock - 2007-10-12

How do I define the <component> tag of the DropDownGridBox in an xod xml ui definition?
I know the component property of the DropDownGridBox refers to a GridBox object,
But I'm not sure on how to implement this in my xml UI definition.

I am using 2 columns with 2 rows

Columns are Contact(0); ContactCode(1)
Row 1: Home(0); H(1)
Row 2: Work(0); W(1)

Derrick