Unplanned
Last Updated: 25 Apr 2023 12:49 by ADMIN
Marcin
Created on: 24 Apr 2023 16:51
Category: Data Grid
Type: Feature Request
0
Provide ability to scroll into specified position both horizontally as well as vertically

We are using Kendoreact Data Grid with server side paging, sorting and filtering. 

Due to server side nature of those operations DataGrid re-renders bringing the scrollbar position to 0,0 position. 

Any div scrollbar position can be saved :


    const scrollEvent = (event) => {
        sessionStorage.setItem("facets_scrollY",event.target.scrollTop);
    }


and restored using reference an scrollTop/scrollLeft properties.

  ref.current.scrollTop = <value to set>
  ref.current.scrollLeft = <value to set>

Please provide this standard feature to be available on Kendo Data grid as well. 

 

Thank you

1 comment
ADMIN
Filip
Posted on: 25 Apr 2023 12:49

Hi, Marcin,

Thank you for the submitted feature request. We will be monitoring it accordingly.

Regards,
Filip
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.