Hi I'm having the following problem with both the WebDataGrid and WebHierarchicalGrid:
If the height of the grid exceeds the height of the page, when a row is selected the page automatically scrolls to the header of the grid. If this feature of the grid, it's extremely annoying. Is there a way to turn it off? It forces users to continually scroll back up the page to access the toolbar above the grid.
As a workaround I could capture the grids mouseup event and use window.scrollTo(0,0); but it would make the whole experience very jumpy.
I'm using version 10.3 with service release 2056
I see the same behavior using both Google Chrome and in Internet Explorer 8 (In normal mode, IE 7 mode and compatibility mode)
You need to tell your users to turn off "Recover From Page Error Layouts using Compatability Mode" in IE (Internet Options, Advanced, under Browsing).
Same thing happen in a single-cell select mode. Sell is getting selected, but entire row scrolls to the left moving selected cell off-screen. Help!
Also I am using Selection behavior in Row mode:
<ig:Selection CellClickAction="Row" CellSelectType="None" RowSelectType="Multiple" >
</ig:Selection>
Thanks for the prompt reply. Yes, activation behavior is on, I haven't specified any properties though, just
<ig:Activation> </ig:Activation>
And the grid keeps vertical scroll position just fine. But horizontal gets reset after selection.
Did you turn on Activation?