Hi 
--- In Axapta-Knowledge-Village@yahoogroups.com, Aji Sarosa 
<[EMAIL PROTECTED]> wrote:
>
> Hi Ringo,
> 
> It is possible to add more than one datasource in a grid, 
using 'group' 
> control inside the grid. One data source is set in grid property, 
the 
> other datasources are set in group property.
> 
> For example, see form PurchTable, in the child grid, where the data 
is 
> retrieved from table PurchLine and also from table InventDim with 
the 
> following structure:
> 
> 
Grid:LineSpec                                                         
   
> // datasource property is set to PurchLine
>     
StringEdit:PurchLine_ItemId                                   // 
> PurchLine.itemId
>     Group:InventoryDimensionsGrid                             // 
> datasource property is set to InventDim
>           StringEdit:InventoryDimensionsGrid_configId    // 
> InventDim.configId
>           ...
>     RealEdit:PurchLine_PurchQtyCatchWgt                 // 
> PurchLine.PdsPurchQtyCatchWgt
>    ...
>    ...
> 
> Regards,
> Aji Sarosa
> 
> chuiringo wrote:
> >
> > Hi All
> >
> > I am new in Axapta. i am facing a problem regarding adding data
> > in a grid from two data sources fields. Is it Possible?
> >
> > if possible, how to do that? add method or add join source in data
> > sources.
> >
> > please help, thanks
> >
> > Ringo
> >
> >
> >
>


Reply via email to