iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello,
I'm trying to remove the horizontal scrollbar (see attached picture).
Like you can see, event with a small width there is an horizontal scrollbar.
Do you know how can I remove it ? I did check your samples trying to compare the different properties, but I didn't see any differences. I'm using IE7
Here is the code I use to build my webgrid :
<ISWebGrid:WebGrid ID="wgPendingQueryListMaster" Height="300px" runat="server" DataSourceID="idsPendingQueryList" UseDefaultStyle="True" Width="100%"> <RootTable DataKeyField="InstanceId"> <Columns> <ISWebGrid:WebGridColumn Caption="<%$ Resources:Resources, grdDescription %>" DataMember="Description" Name="Description" Width="75px"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="<%$ Resources:Resources, grdStartDate %>" DataMember="CreationDate" Name="CreationDate" Width="75px"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="<%$ Resources:Resources, grdStatus %>" Name="Status" DataMember="Status" HiddenDataMember="Status" ColumnType="Image" Width="75px"> </ISWebGrid:WebGridColumn> </Columns> </RootTable> <LayoutSettings AllowDelete="Yes"> <ClientSideEvents OnCellDblClick="PendingQueryListMaster_OnCellDblClick" OnRowContextMenu="PendingQueryListMaster_OnRowContextMenu" /> </LayoutSettings> </ISWebGrid:WebGrid>
Many Thanks.
Best Regards,
Nicolas
There is a discussion regarding IE7 and WebGrid height in this thread.
Basically, IE7 is using improper standard implementation which will cause the height issue.
Attached is a simple sample using the WebGrid setting you are using. In the sample, I could not replicate the issue you are having.
From the screenshot, I suspect you are using an extra container for the WebGrid, what container did you use? Do you mind sharing a sample / modifying the attached sample?
Hello Glenn,
Thank you for your reply.
I just increased the for loop and had replicated the issue.
You can also see the 2 scrollbars in the picture I added in zip file.
I noticed one thing a little weird : when you resize one column to the extrem right, and then resize to the left, a little 4th column appears. I guess this is causing the bad behaviour? because the width of this 4th column match with the width we can scroll ...
I thank you in advance for your prompt answer
Best Regards,Nicolas
Thank you for the modified sample and steps to replicate the issue. I have sucessfuly replicate the issue in our environment using the modified sample. A bug report has been sent to our developer.
We will inform you if there is any update regarding this issue.
Do you have any news regarding this bug ?
I tried some things with your sample, BatchUpdate_Enterprise.
We also have an issue with the paging. With the height 393px, the paging size (10) is too large. This result with a vertical scrollbar
<ISWebGrid:WebGrid ID="WebGrid1" runat="server" Height="393px" UseDefaultStyle="True" Width="100%" DataMember="Customers" DataSourceID="ISDataSource1" DefaultStyleMode="Elegant" ViewStateStorage="None" StateRestorationLevel="Low" onbatchupdate="WebGrid1_BatchUpdate">
I had to manually reset the height to 400px in order to "delete" this vertical scrollbar.
When I don't specify any height fo the grid, it is even worse than 393 px : I scroll more to get the last rows.
Maybe you can explain this to the developers with you bug report.
I have just recieve an update for the horizontal scrollbar bug report, the fix wil be available in the next hotfix release.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname