Hi,
While using sql connectors , we use ds.xml to fetch the data and populate the grid , how can i specify the order of the display of the columns as required (apart from changing the order in ds.xml)
Also like i have a variable which is derieved from the foreign key relation of other table , but when i try to edit it , it is not editable as like other fields coming directly from the table
<field name="test_id" foreignKey="Test.test_id" joinType="outer" relatedTableAlias="testa_1" />
<field name="testText" includeFrom="Test.test_name" includeVia="test_id" width="130"/>
While using sql connectors , we use ds.xml to fetch the data and populate the grid , how can i specify the order of the display of the columns as required (apart from changing the order in ds.xml)
Also like i have a variable which is derieved from the foreign key relation of other table , but when i try to edit it , it is not editable as like other fields coming directly from the table
<field name="test_id" foreignKey="Test.test_id" joinType="outer" relatedTableAlias="testa_1" />
<field name="testText" includeFrom="Test.test_name" includeVia="test_id" width="130"/>
Comment