This commit is contained in:
parent
9587bd3183
commit
b1560c43f7
|
@ -323,7 +323,7 @@
|
|||
<Items>
|
||||
<f:Grid ID="Grid5" ShowBorder="true" ShowHeader="false" Title="各责任人基本情况" EnableCollapse="true"
|
||||
runat="server" BoxFlex="1" DataKeyNames="UserId" DataIDField="UserId" AllowSorting="true" MarginRight="15px"
|
||||
SortField="UserCode,UserName" SortDirection="ASC" OnSort="Grid5_Sort" EnableColumnLines="true" AllowPaging="true"
|
||||
SortField="MonthPlanRate desc,WeekPlanRate desc,UserCode,UserName" SortDirection="ASC" OnSort="Grid5_Sort" EnableColumnLines="true" AllowPaging="true"
|
||||
IsDatabasePaging="true" PageSize="20" OnPageIndexChange="Grid5_PageIndexChange" ForceFit="true" EnableRowDoubleClickEvent="true" OnRowDoubleClick="Grid5_RowDoubleClick"
|
||||
EnableTextSelection="True">
|
||||
<Toolbars>
|
||||
|
|
Loading…
Reference in New Issue