Dear KendoUI-Team!
I have a hierarchy grid. I want to expand a master grid row in javascript. The javascript function is called by a custom command.
I succeeded to locate the the row.
When I call the expandRow() method something strange happens. The Row is expanded, but the current scroll position in the browser jumps to the top of the window. It looks like the jump happens after the expansion.
Even if I call the .click() function of the .t-plus element directly in javascript this strange behaviour occurs.
If I perform a mouse click on the expand item in the row, the scroll position of the browser window does not change.
Do you have any Ideas to solve this problem or find the cause?
brgds
Malcolm Howlett
I have a hierarchy grid. I want to expand a master grid row in javascript. The javascript function is called by a custom command.
I succeeded to locate the the row.
When I call the expandRow() method something strange happens. The Row is expanded, but the current scroll position in the browser jumps to the top of the window. It looks like the jump happens after the expansion.
Even if I call the .click() function of the .t-plus element directly in javascript this strange behaviour occurs.
If I perform a mouse click on the expand item in the row, the scroll position of the browser window does not change.
Do you have any Ideas to solve this problem or find the cause?
brgds
Malcolm Howlett