Rank: Newbie Groups: Member
Joined: 9/22/2012 Posts: 2
|
Good morning. I am testing out the EO Grid control before purchasing it and it is working great except for one small issue. I have a fixed height/width for my grid with scrolling set to Auto and AllowNewItem set to True. As I populate the grid and I reach a new row that doesn't fit within the grid's height, the vertical scrollbar appears as expected. However, when I click into that new row to edit, which requires the rows to scroll a bit, the heading also scrolls (even though the vertical scroll shows I am at the top). If I pull the scroll bar down, the heading re-appears and then scrolling works as expected (the heading stays in place while the rows scroll). Hope that makes sense - below is my code... any thoughts?
<eo:Grid ID="gridStaffExec" runat="server" AllowNewItem="True" BorderWidth="0px" ColumnHeaderAscImage="" ColumnHeaderDescImage="" ColumnHeaderDividerImage="" FixedColumnCount="1" Font-Bold="False" Font-Italic="False" Font-Names="Verdana" Font-Overline="False" Font-Size="9pt" Font-Strikeout="False" Font-Underline="False" FullRowMode="False" GridLineColor="149, 149, 149" GridLines="Both" ItemHeight="19" Width="705px" EnableKeyboardNavigation="True" Height="100px" ClientSideOnCellSelected="cell_selected" BorderStyle="None"> <ItemStyles> <eo:GridItemStyleSet> <ItemStyle CssText="background-color:white;font-family:Verdana;font-size:9pt;" /> <ItemHoverStyle CssText="background-image: url(00050206); background-repeat: repeat-x" /> <SelectedStyle CssText="background-image: url(00050207); background-repeat: repeat-x" /> <CellStyle CssText="font-family:Verdana;font-size:9pt;padding-left:4px;padding-top:2px;white-space:nowrap;" /> </eo:GridItemStyleSet> </ItemStyles> <ColumnHeaderTextStyle CssText="border-bottom-color:#7d011d;border-left-color:#7d011d;border-right-color:#7d011d;border-top-color:#7d011d;color:white;" /> <ColumnHeaderStyle CssText="background-color:#7d011d;color:white;font-weight:bold;padding-bottom:4px;padding-left:4px;padding-right:4px;padding-top:4px;" /> <ColumnHeaderHoverStyle CssText="" /> <Columns> <eo:StaticColumn HeaderText="StaffID" Name="StaffID" Visible="False" Width="0"> </eo:StaticColumn> <eo:TextBoxColumn HeaderText="First Name" Name="FirstName" Width="95"> </eo:TextBoxColumn> <eo:TextBoxColumn HeaderText="Last Name" Name="LastName"> </eo:TextBoxColumn> <eo:TextBoxColumn HeaderText="Mobile #" Name="MobilePhone" Width="95"> </eo:TextBoxColumn> <eo:TextBoxColumn DataType="String" HeaderText="Email Address" Name="EmailAddress" Width="130"> </eo:TextBoxColumn> <eo:TextBoxColumn HeaderText="Title" Name="Title" Width="130"> </eo:TextBoxColumn> <eo:TextBoxColumn HeaderText="ERP Role" Name="ERPRole" Width="130"> </eo:TextBoxColumn> </Columns> <ColumnTemplates> <eo:TextBoxColumn> <TextBoxStyle CssText="border-bottom-color:#7f9db9;border-bottom-style:solid;border-bottom-width:1px;border-left-color:#7f9db9;border-left-style:solid;border-left-width:1px;border-right-color:#7f9db9;border-right-style:solid;border-right-width:1px;border-top-color:#7f9db9;border-top-style:solid;border-top-width:1px;font-family:Verdana;font-size:9pt;margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;padding-bottom:1px;padding-left:2px;padding-right:2px;padding-top:2px;" /> <CellStyle CssText="font-family:Verdana;font-size:9pt;padding-left:4px;padding-top:2px;" /> </eo:TextBoxColumn> </ColumnTemplates> <FooterStyle CssText="padding-bottom:4px;padding-left:4px;padding-right:4px;padding-top:4px;" /> </eo:Grid>
Thanking you in advance, RobbieK
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
This would look like a bug. We will look into it and get back to you as soon as possible. On which browser did you see this problem?
Thanks!
|
Rank: Newbie Groups: Member
Joined: 9/22/2012 Posts: 2
|
The app is written in .NET (4.0 framework) and the issue appears with Internet Explorer 9.0. Thanks for the fast reply!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
We have posted a new build that should fix this problem. Please see your private message for the download location.
Thanks!
|