最近在用ComponentArt:DataGrid做列表,遇到一个很纠结的问题 里边有一个属性FillContainer ="false"  当是true的时候 ,分组以后 鼠标滑动行的时候 下边就会有闪动  大家懂的但是设置为false 的时候,他又不往下自动延伸 ,到时候会隐藏好多条数据 ..这种问题只出现在IE9下 ...IE8 .谷歌 .火狐浏览器都没有问题 ... 有木有大师遇到过这样的问题 ...探讨一下 .或者提供个思路吧...  搞了两天了 .. 

解决方案 »

  1.   


    <ComponentArt:DataGrid ID="Grid1" 
                                        AutoTheming="true" 
                                        AllowEditing="true" 
                                        GroupingMode="ConstantGroups"
                                        GroupingNotificationText="拖放此处以分组" 
                                        GroupByText="分组" 
                                        EditOnClickSelectedItem="false"
                                        AutoSortOnGroup = "true"
                                            AllowHorizontalScrolling="true" 
                                            PreExpandOnGroup="true" 
                                            AllowColumnResizing="true"
                                            EnableViewState="true" 
                                            FillContainer ="false"
                                            RunningMode="Client" 
                                            PagerStyle="Numbered"
                                            ShowHeader="true" 
                                            PageSize="15" 
                                            GroupingPageSize="15" 
                                            ImagesBaseUrl="/pic/" 
                                            runat="server"
                                            Width="765" ongroupcommand="Grid1_GroupCommand"
                                           
                                            >