Grid Test

Dataset ItemSalesDS: This grid allows multiple marking. It shares a dataset with the next grid, so marking, hovering and filtering are passed through. There are hover and marking links with the inventory grid. Marking a single row will load the record in the final grid using a Send Tuple.


Dataset ItemSalesDS: This grid allows single marking. It shares a dataset with the previous grid, so marking, hovering and filtering are passed through. There are hover and marking links with the inventory grid. Marking a single row will load the record in the final grid using a Send Tuple.


Dataset ItemInventoryDS: This grid allows single marking. There are hover and marking links with the two sales grids above. Marking a single row will apply parameters on the next grid to load associated transactions.


Dataset ItemSalesByCategoryDS: This grid allows single marking. It will only populate when a record is selected in the inventory grid.

Selected Row: {{ItemInventoryDS.marked.category}}


Dataset ItemSaleByTransactionIdDS: This grid allows single marking. It will only populate when a record is selected in the first or second sales grid.