This commit is contained in:
parent
6619f1e004
commit
d097f8d4d4
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue