全选不选中问题

This commit is contained in:
2025-01-23 16:19:52 +08:00
parent 0ff22e7876
commit 1ce9e37872
3 changed files with 9 additions and 21 deletions
@@ -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>