This commit is contained in:
2024-07-08 11:08:50 +08:00
parent 10ba0f997b
commit 594f0e295b
5 changed files with 54 additions and 70 deletions
@@ -13,8 +13,8 @@
ShowHeader="false" Layout="VBox" BoxConfigAlign="Stretch">
<Items>
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" Title="<%$ Resources:Lan,NDTByWelder %>"
EnableCollapse="true" runat="server" BoxFlex="1" EnableColumnLines="true" DataKeyNames="WelderCode"
AllowCellEditing="true" ClicksToEdit="2" DataIDField="WelderCode" AllowSorting="true"
EnableCollapse="true" runat="server" BoxFlex="1" EnableColumnLines="true"
AllowCellEditing="true" ClicksToEdit="2" AllowSorting="true"
SortField="WeldTypeName,WelderCode" SortDirection="ASC" OnSort="Grid1_Sort" AllowPaging="true"
IsDatabasePaging="true" PageSize="15" OnPageIndexChange="Grid1_PageIndexChange"
EnableTextSelection="True">