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
Hi,
I am using WebGrid 9.0 and getting two issue for IE8 with Frozen Column functionality:
1. Header Caption is not aligned with data section.
2. Data is not moving with Horizontal Scrolling, only Header part is moving.
Please let me know if is there any settings that I needs to do for this.
I need to use AutoWidth kind of feature with Frozen Column functionality. Is it any work aroung for this?
Please make response ASAP.
Regards,
Jitendra
Please try to use XHTML doctype and set RenderingMode to XHTML. I found that by using this setting, the reported problems are no longer persist.
You can follow the steps below to implement the changes on ColumnFreezing.aspx sample file of WebGrid.
Please feel free to let me know if you have different result.
Thanks for this quick response
I have added <html xmlns="http://www.w3.org/1999/xhtml" > in .aspx file, and everything is working for me.
One query is still pending:
Best Regards,
I need to use AutoWidth kind of feature with frozen column functionality. Is it any work aroung for this?
I repeat the above steps - to use XHTML doctype and set RenderingMode to XHTML - then enable AutoWidth feature so that the grid code look like below.
<ISWebGrid:WebGrid ID="WebGrid1" runat="server" RenderingMode="XHTML" ...> ... <LayoutSettings AllowColumnFreezing="Yes" AllowColumnMove="Yes" AllowFilter="Yes" AllowGrouping="Yes" AllowSorting="Yes" GroupByBoxVisible="True" AutoWidth="true"> <FreezePaneSettings ActiveFrozenColumns="2" /> </LayoutSettings> </ISWebGrid:WebGrid>
Save the changes and view the page in IE 8 browser. The page is rendered without any issues and the AutoWidth feature works as expected.Should you have different result or difficulties to use AutoWidth with frozen column functionality, please let me know in detail.
I have tried with above solution and it is not working for me
In my case, columns are taking 100px of width for all the coumns and column data is overlapping the other column's data.
Could you please provide me with a screenshot of the problem and the expected result so that I can assist you further?
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