I have run into an interesting issue.
I have a datagrid that I have linked to an OrganizationName data source. Inside the OrganizationName object, we have setup a link to another object called OrgnanizationNameType.
On the datagrid, I want to have two columns. The first column is linked to the OrganizationName data source and the second column is linked to the OrganizationNameType data source.
When the datagrid loads, I need to to have the value of the OrganizationNameType to be linked to the value inside the OrganizationName object. I need this done in a drop down for easy editing.
Is this possible?
I have a datagrid that I have linked to an OrganizationName data source. Inside the OrganizationName object, we have setup a link to another object called OrgnanizationNameType.
On the datagrid, I want to have two columns. The first column is linked to the OrganizationName data source and the second column is linked to the OrganizationNameType data source.
When the datagrid loads, I need to to have the value of the OrganizationNameType to be linked to the value inside the OrganizationName object. I need this done in a drop down for easy editing.
Is this possible?