Skip to content

Instantly share code, notes, and snippets.

@BrianMRO
Created June 19, 2023 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrianMRO/69b6989511f6b17f7bdbb610aaf9da9b to your computer and use it in GitHub Desktop.
Save BrianMRO/69b6989511f6b17f7bdbb610aaf9da9b to your computer and use it in GitHub Desktop.
2023r1 Modern UI - WO202000.aspx
<%@ Page Language="C#" MasterPageFile="~/MasterPages/ListView.master" AutoEventWireup="true" ValidateRequest="false" CodeFile="WO202000.aspx.cs" Inherits="Page_WO202000" Title="Untitled Page" %>
<%@ MasterType VirtualPath="~/MasterPages/ListView.master" %>
<asp:Content ID="cont1" ContentPlaceHolderID="phDS" Runat="Server">
<px:PXDataSource ID="ds" runat="server" Visible="True" Width="100%"
TypeName="CMMS.WOMeasurementMaint"
PrimaryView="Measurements"
>
<CallbackCommands>
</CallbackCommands>
</px:PXDataSource>
</asp:Content>
<asp:Content ID="cont2" ContentPlaceHolderID="phL" Runat="Server">
<px:PXGrid runat="server" ID="grdMeasurements" SkinID="Primary" Width="100%" >
<Levels>
<px:PXGridLevel DataMember="Measurements">
<Columns>
<px:PXGridColumn DataField="MeasurementCD" />
<px:PXGridColumn DataField="Descr" />
</Columns>
</px:PXGridLevel>
</Levels>
<AutoSize Enabled="True" Container="Window"/>
</px:PXGrid>
</asp:Content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment