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
We use WebGrid 7.0.7200.403 with Visual Studion 2010 on Win7 64bits
When we activate column freeze and start scolling horizontally (move completely to the right and then back) , the column-header and data-columns do not match anymore.
Here is the markup:
<LayoutSettings AllowBatchUpdate="True" AllowColumnMove="Yes" AllowEdit="Yes" AllowExport="Yes" AllowFilter="Default" AllowColumnFreezing="Yes"> <ClientSideEvents OnRowContextMenu="WebGrid1_OnRowContextMenu" OnAfterInitialize="WebGrid1_OnAfterInitialize" OnRowSelect="WebGrid1_OnRowSelect" OnBatchUpdateSuccess="WebGrid1_OnBatchUpdateSuccess" OnSynchronizeChangesUI="OnSynchronizeChanges" OnAfterExitEditMode="OnExitEdit" OnUndoChanges="OnUndoChanges" OnCancelRowEditing="OnCancelEdit" OnEnterEditMode="WebGrid1_OnEnterEditMode" /> <FreezePaneSettings ActiveFrozenColumns="4" MaxFrozenColumns="4" ShowInContextMenu="True" /> <BatchUpdateSettings AutomaticObjectUpdate="False" /> </LayoutSettings>
In my test using the provided configuration I did not encounter any issue. Attached is the test page I am using.
I remove all the client side events from the configuration since I do not have the event handler. If you would like, you could try to isolate which event handler is causing the issue and if possible provide us with the simple scenario for the event handler for further analysis.
In my test, if you are using XHTML doctype the header and content will be misaligned. Did you used XHTML doctype in your page? A bug report has been submitted previously for the issue in this thread.
Currently you could try using the HTML doctype in your page if possible to resolve the issue.
I'not quite sure wether you gave me the correct thread.
Nevertheless, I changed the DOCTYPE to
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
and it looks much better now.
I will keep you informed because I got some side-effects in my app.
The column freeze likes nice now, but I got some side-effects:
- The grid-filtering created an abort- The javascript context-menu did not appear anymore
Therefore I reerted the change.Doe you have any suggestions?
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