I got tired of dealing with this so I decided to do something about it today. I thought that it was a rendering problem but it's actually because myServer uses Kendo UI to fake virtual scrollbars and it needs to refactor the amount of scrolling travel when you twirl down an item. That calculation is based on the number of rows in the grid * the (fixed) height of the rows, and for items near the bottom of the list that math ain't mathing correctly. The scrollbar runs out of travel and you can't see anything below the fold.
For now I've installed the Tampermonkey extension in Chrome and installed a script that runs whenever I navigate to myServer's IP address. The script disables the virtual scrollbars in favor of native scroll bars. Now I can access the variables for items at the bottom of long device lists in the driver sections without having to filter by device ID.
To be clear, this isn't a fix. It's a local browser hack. A permanent fix will require Allonis to reconfigure these grids as non virtual so the variable rows expand correctly for everyone.
The following user(s) said Thank You:
andrew
Please Log in or Create an account to join the conversation.