ejTreeGrid scroll wont scroll till end of data

Hi,
i have a ejTreeGrid setting like below :
               $("#ProcedureTree").ejTreeGrid({
                    locale: "id-ID",
                    dataSource: e.result,
                    allowColumnResize: false,
                    allowSelection: false,
                    idMapping: "Id",
                    parentIdMapping: "ParentId",
                    treeColumnIndex: 1,
                    columns: [
                        { field: "Id", headerText: "ID", visible: false },
                        { field: "Name", headerText: "Service" },
                        { field: "ControlTemplate1", headerText: "#", textAlign: "right" }
                    ]
                })

when it load data the scroll wont look up to the end of data, but when i collapse all and show it again it can scroll to the end of data. is there any way that scroll can look up to the end of data without collapse all data and showing again ?
Thanks.

1 Reply

PE Punniyamoorthi Elangovan Syncfusion Team March 27, 2018 12:54 PM UTC

Hi Kemal, 
Thank you for contacting Syncfusion support. 
We have analyzed your attached code snippet and your reported issue and we need some clarification on this.  After loading the handle in the vertical scrollbar will be available at the top position. Please let us know whether you need to change the scroll offset of vertical scrollbar and make the scroll handle to display at the bottom on initial loading, it will be very helpful for us to understand your requirement clearly and provide the better solution. 
We have prepared the sample with reference of your code snippet in MVC platform please find the sample below 
Regards, 
Punniyamoorthi 


Loader.
Up arrow icon