合并最新
This commit is contained in:
@@ -85,8 +85,9 @@
|
||||
<f:Grid ID="gvFile5" Hidden="true" ShowBorder="true" ShowHeader="false" EnableCollapse="true" Title="开工报告"
|
||||
runat="server" BoxFlex="1" DataKeyNames="StartWorkReportId" AllowCellEditing="true" EnableColumnLines="true"
|
||||
ClicksToEdit="2" DataIDField="StartWorkReportId" AllowSorting="true" SortField="FileCode"
|
||||
SortDirection="ASC" OnSort="gvFile5_Sort" AllowPaging="true" IsDatabasePaging="true" PageSize="15" OnPageIndexChange="gvFile5_PageIndexChange"
|
||||
EnableRowDoubleClickEvent="true" OnRowDoubleClick="gvFile5_RowDoubleClick" EnableTextSelection="true" OnRowCommand="gvFile5_RowCommand">
|
||||
SortDirection="ASC" OnSort="gvFile5_Sort" AllowPaging="true" IsDatabasePaging="true" PageSize="15"
|
||||
OnPageIndexChange="gvFile5_PageIndexChange" EnableRowDoubleClickEvent ="true"
|
||||
OnRowDoubleClick="gvFile5_RowDoubleClick" EnableTextSelection="true" OnRowCommand="gvFile5_RowCommand">
|
||||
<Columns>
|
||||
<f:TemplateField ColumnID="tfPageIndex" Width="50px" HeaderText="序号" HeaderTextAlign="Center" TextAlign="Center"
|
||||
EnableLock="true" Locked="False">
|
||||
|
||||
Reference in New Issue
Block a user