求救ComponantArt Grid 问题???? 感谢

页面中我放置一个CA Grid:

<table cellspacing="0" cellpadding="1" width="100%" align="center" border="0">  <tr>   <td align="center">       <ComponentArt:Grid id="Grid1" runat="server" EnableViewState="true"                    AllowEditing="true"                    ShowHeader="False"                    CssClass="Grid"                    KeyboardEnabled="false"                    FooterCssClass="GridFooter"                    RunningMode="Client"                    PagerStyle="Numbered"                    PagerTextCssClass="PagerText"                    PageSize="15"                    ImagesBaseUrl="images/"                    width="710" Height="350">                    <Levels>                      <ComponentArt:GridLevel                        DataKeyField="ModuleId"                        ShowTableHeading="false"                        ShowSelectorCells="true"                        SelectorCellCssClass="SelectorCell"                        SelectorCellWidth="18"                        SelectorImageUrl="selector.gif"                        SelectorImageWidth="17"                        SelectorImageHeight="15"                        HeadingSelectorCellCssClass="SelectorCell"                        HeadingCellCssClass="HeadingCell"                        HeadingRowCssClass="HeadingRow"                        HeadingTextCssClass="HeadingCellText"                        DataCellCssClass="DataCell"                        RowCssClass="Row"                        SelectedRowCssClass="SelectedRow"                        SortAscendingImageUrl="asc.gif"                        SortDescendingImageUrl="desc.gif"                        SortImageWidth="10"                        SortImageHeight="10">                        <Columns>                           <ComponentArt:GridColumn AllowEditing="false" DataField="ModuleId" Align="Center" HeadingText="ModuleId" AllowGrouping="False" />                           <ComponentArt:GridColumn AllowEditing="false" DataField="ModuleValue" Align="Center" HeadingText="ModuleValue" AllowGrouping="False" />                           <ComponentArt:GridColumn AllowEditing="false" DataField="ModuleName" HeadingText="ModuleName" AllowGrouping="False" />                           <ComponentArt:GridColumn HeadingText="选择" DataCellClientTemplateId="CheckBoxSelectClientTemplate" />                                                    </Columns>                                              </ComponentArt:GridLevel>                   </Levels>                   <ClientTemplates>                        <ComponentArt:ClientTemplate ID="CheckBoxSelectClientTemplate">                            <input type="checkbox" id="cb_select## DataItem.GetMember('ModuleId').Value ##" value="## DataItem.Moduled ##" />                        </ComponentArt:ClientTemplate>                   </ClientTemplates>                </ComponentArt:Grid>   </td>  </tr> </table>

样式我都没加,可是有一个奇怪的现象就是,就是当点击复选框时:

1、有时点击选不中

2、当选中一部分后,再点击有时会把已经选中的去掉

请帮忙解决一下这个问题,感激不尽!!!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值