TreeGrid without any child Parent relation

Hi,

Am using TreeGrid Connector to display a TreeGrid, Both child and Parent tables are independent and doesnot have a primary key.

Ex:
Employee Table as (EmpName,Empno) Columns - Parent Table
Organisation Table as (OrgName,OrgNameNo) Columns - Child Table

Parent Rows will display all the Employee
Child rows will be same for all parent rows - set of organizations.

Is this possible to be implemented using TreeGridConnector.?

The connector can’t be used with such set of data.
You can use your own code to generate the necessary xml data.