Hello,
I want to add a new field column with a inventory dimension (configId) to an AxGridView, but the problem is that all others columns are from a different DataSetView.
The EP page is EPSalesTableList.aspx and when I open a sales order it load the EPSalesTableInfo webcontrol.
<dynamics:AxGridView ID="gridEPSalesTableInfo1" runat="server" DataKeyNames="RecId,InventDim!inventDimId"
DataMember="SalesLine" DataSourceID="dsEPSalesTableInfo" AllowPaging="true" ShowFilter="false">
<Columns>
<dynamics:AxHyperLinkBoundField DataSet="EPSalesTableInfo" DataSetView="SalesLine" DataField="ItemId" SortExpression="ItemId" MenuItem="EPInventTableInfo" />
<dynamics:AxReferenceBoundField DataSet="EPSalesTableInfo" DataSetView="SalesLine" DataField="SalesCategory" SortExpression="SalesCategory"/>
<dynamics:AxBoundFieldGroup DataSet="EPSalesTableInfo" DataSetView="SalesLine" FieldGroup="InventDim!InventoryDimensions" />
..........................................
<dynamics:AxBoundField DataSet="EPSalesTableInfo" DataSetView="SalesLine" DataField="LineAmount" SortExpression="LineAmount" />
</Columns>
</dynamics:AxGridView>
The AxGridView DataMember is SalesLine, but the column that I want to add is from the same DataSet but different DataMember (InventDim).
If I put DataSetView="InventDim" en the column, It says that is not a member of that DataMember...
¿Any help please?
Thanks in advance.
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (