Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
592
Select row in Level 2 changes the srcoll position of the Grid
posted

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

Parents
  • 33839
    Verified Answer
    posted

    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 

Reply Children
No Data