Skip to content

Instantly share code, notes, and snippets.

@smarenich
Last active May 30, 2018 06: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 smarenich/726246f79e2fcedb039152030bf2da6c to your computer and use it in GitHub Desktop.
Save smarenich/726246f79e2fcedb039152030bf2da6c to your computer and use it in GitHub Desktop.
<px:PXSplitContainer runat="server" SplitterPosition="250" ID="splitConditions" Orientation="Horizontal">
<AutoSize Enabled="true" Container="Window" />
<Template1>
<px:PXGrid runat="server" ID="grid11" Height="150px" SkinID="DetailsInTab" Width="100%" SyncPosition="True">
<AutoSize Enabled="True" MinHeight="150" />
<Levels>
<px:PXGridLevel DataMember="DataMember1">
<Columns></Columns>
</px:PXGridLevel>
</Levels>
<AutoCallBack Enabled="True" ActiveBehavior="True" Target="gridOrderPaymentDetails" Command="Refresh">
<Behavior BlockPage="True" RepaintControlsIDs="gridOrderPaymentDetails" />
</AutoCallBack>
</px:PXGrid>
</Template1>
<Template2>
<px:PXGrid runat="server" Height="150px" SkinID="Inquire" Width="100%" ID="grid12" >
<AutoSize Enabled="True" MinHeight="150" />
<Levels>
<px:PXGridLevel DataMember="DataMember2">
<Columns></Columns>
</px:PXGridLevel>
</Levels>
</px:PXGrid>
</Template2>
</px:PXSplitContainer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment