protected void MatrixMatrix_AfterSyncState(object sender, EventArgs e) { InventoryMatrixEntry.EnableCommitChangesAndMoveExtraColumnAtTheEnd(MatrixMatrix.Columns, null, "ViewAllocationDetails"); }
protected void MatrixItems_AfterSyncState(object sender, EventArgs e) { InventoryMatrixEntry.InsertAttributeColumnsByTemplateColumn( MatrixItems.Columns, ds.DataGraph.Caches[typeof(MatrixInventoryItem)].Fields); }
protected void MatrixAttributes_AfterSyncState(object sender, EventArgs e) { InventoryMatrixEntry.EnableCommitChangesAndMoveExtraColumnAtTheEnd(MatrixAttributes.Columns, 0); }
protected void MatrixMatrix_AfterSyncState(object sender, EventArgs e) { AddNewColumns(sender, typeof(EntryMatrix), TypeCode.Boolean, GridColumnType.CheckBox); InventoryMatrixEntry.EnableCommitChangesAndMoveExtraColumnAtTheEnd(((PXGrid)sender).Columns); }
protected void MatrixAttributes_AfterSyncState(object sender, EventArgs e) { AddNewColumns(sender, typeof(AdditionalAttributes), TypeCode.String, GridColumnType.NotSet); InventoryMatrixEntry.EnableCommitChangesAndMoveExtraColumnAtTheEnd(((PXGrid)sender).Columns, 0); }
protected void MatrixMatrix_ColumnsGenerated(object sender, EventArgs e) { InventoryMatrixEntry.CreateItemsPage_ColumnsGenerated(((PXGrid)sender).Columns); }
protected void MatrixMatrix_RowDataBound(object sender, PXGridRowEventArgs e) { InventoryMatrixEntry.CreateItemsPage_RowDataBound(e.Row); }
protected void Page_Load(object sender, EventArgs e) { InventoryMatrixEntry.CreateItemsPage_AddStyles(this); }