全选不选中问题
This commit is contained in:
@@ -23,9 +23,8 @@
|
||||
<PopPanel>
|
||||
<f:Grid ID="Grid1" Width="650px" Height="400px" Hidden="true"
|
||||
DataIDField="PipelineComponentId" DataTextField="PipelineComponentCode" EnableMultiSelect="true" KeepCurrentSelection="true"
|
||||
PageSize="10" ShowBorder="true" ShowHeader="false"
|
||||
AllowPaging="true" IsDatabasePaging="true" runat="server" EnableCheckBoxSelect="true"
|
||||
DataKeyNames="PipelineComponentId" EnableBigData="True"
|
||||
ShowBorder="true" ShowHeader="false" runat="server" EnableCheckBoxSelect="true"
|
||||
DataKeyNames="PipelineComponentId"
|
||||
AllowSorting="true" SortField="PipelineComponentCode" SortDirection="ASC"
|
||||
>
|
||||
<Columns>
|
||||
|
||||
Reference in New Issue
Block a user