I'm using Virtual Scrolling on the WebDataGrid in Infragistics ASP.Net 2011 Vol 2
This is only effecting Chrome (Version 36.0.1985.125 m). Is working fine in latest version of Firefox, Safari, IE 7, 8, 9 & 10
Here you can see the headings are misaligned with the data (They are supposed to be fixed width at 150px)
When you scroll to the right you can see the data moves quicker than the headings. As you get all the way to the right, the headings gradually grow to the correct size. It's like the total width of the headings is smaller than the total width of the data.
I've removed custom styles and unnecessary features but this is still happening in Chrome only
<igtbl:WebDataGrid ID="uwgDrilldown" runat="server" Width="100%" Height="100%" DefaultColumnWidth="150px"> <Behaviors> <igtbl:VirtualScrolling ThresholdFactor="10" TooltipVisibility="True" AverageRowHeight="29"></igtbl:VirtualScrolling> </Behaviors> </igtbl:WebDataGrid>
Switching on ColumnFixing seems to make it work... but then that feature is causing issues in Internet Explorer where by (upon fixing a column) the first row is the only one that moves to the right. All other rows stay fixed. This is very frustrating!
Any help would be greatly appreciated
I just checked and realized we are using 12.2.20122.2075. We will try out the latest SR and see. Thanks!
Hello All,
Please let me know if you have any other questions or concerns about this issue and I'll be glad to help.
The recommended solution to this issue is to update your applications to use Infragistics 12.2 or newer and to use the latest Service Release for that volume.
This issue is resolved in the latest service releases for Infragistics for ASP.NET.
Service Releases are available under your account at the Infragistics Website. To download the service release, log in to ‘Account’ and select ‘Keys & Downloads’. Select the Dev Tools tab and then click on the product name. Finally, select the 'Service Releases' tab and the available service releases will be listed below.
Please let me know if there are any further questions or concerns about this matter.
I am able to see this behavior after some testing with the latest Service Releases for some of our volumes.
Upgrading to the latest version of Infragistics 2012.2 appears to resolve this issue. The latest Service Release for 12.2 is 12.2.20122.2257.
For anyone using an earlier volume than 12.2, I am discussing this with my supervisor for further guidance on this.
I will have another update on this sometime tomorrow.
kal_patel,
Would you please let us know what build of 2012.2 you are currently using while you are experiencing this issue? Knowing this will help make it easier to track down what can be done to resolve this.
mondayuk,
The latest versions of volumes 12.2 and newer should not experience this issue. I have tested with 14.1.20141.2150 and the issue is not present.
Thank you.
Could you also confirm if this is still an issue in 2014 Vol1?