Hi All,
We are using WebHierarchicalDataGrid to display data with two levels.
When trying to expand one row from Level I then select a row from Level 2, the current scroll position changes (the Grid jumps up to display column labels for level 2 at top of grid )
How can we just simply select a row from Level 2 without any change from scroll position?
Thanks in advance,
Nguyen Huu Chu - VNETSOFTWARE
Thank you David Young,
Your solution resolved our problem.
Regards,
Chu
Hi Nguyen,
It sounds like you only have Selection on, not Activation. When just selection is on, it attempts to focus the grid element so that row deleting would work (being able to click the delete key). If you turn on Activation, it will focus the cell that you clicked on. This should resolve this problem.
regards,David Young