grid > source > query > select > join > on The <on> attribute is a child of the <join> element. It is used to specify the join condition. There are no attributes and no child elements. Example: <on>t_name.entity_id=main_table.entity_id AND attribute_id=47</on>