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
385
How to focus a newly added row which is somewhere in the middle of the tree grid having scroller
posted

Hi,

I have a tree grid with multiple rows and I added a new Row by a button action and once the row gets added to the grid,
how to focus the newly added row 

and how to programmatically scroll to a row that is not in the view

Thanks,

Mani

Parents
  • 640
    Offline posted

    Hello Mani,

    Thank you for posting in our community.

    My suggestion is to listen for the onRowAdded event of the igxTreeGrid component and then to use the navigateTo method. I crated a small sample illustrating my approach, which you can find here. Please test it on your side and let me know whether you find it helpful.

    Please let me know if you have any further questions or concerns.

    Regards,

    Viktor Kombov

    Entry Level Software Developer

    Infragistics, Inc.

Reply Children
No Data