This commit is contained in:
夏菊 2025-12-10 16:37:46 +08:00
parent 6619f1e004
commit d097f8d4d4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
runat="server" BoxFlex="1" EnableColumnLines="true" DataKeyNames="Id"
DataIDField="Id" AllowSorting="true" ForceFit="true"
SortField="AccidentDate" SortDirection="DESC" OnSort="Grid1_Sort" AllowPaging="true"
IsDatabasePaging="true" PageSize="10" OnPageIndexChange="Grid1_PageIndexChange"
IsDatabasePaging="true" PageSize="15" OnPageIndexChange="Grid1_PageIndexChange"
EnableRowDoubleClickEvent="true" OnRowDoubleClick="Grid1_RowDoubleClick" EnableTextSelection="True">
<Toolbars>
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">