Use Windows standards for scrolling with mouse in datagrid
Please fix the datagrid behavior so that when you use the scroll wheel on the mouse, it follows standard Windows behavior and scrolls down or up in the window, as indicated by the scroll bar at the right. It drives me crazy that using the mouse scroll wheel toggles the selected datagrid instead of scrolling up or down, and I end up waiting for the system to generate an entirely different, unwanted, datagrid, and then I have to find the one I was on again, and wait for it to load again.
This actually does follow standard Windows behavior. The scroll wheel scrolls based on what field you are in which is how any Windows app works. The problem is that when you first get into a grid, you're sitting in the field that selects the datagrid and you have to click somewhere in the datagrid before the scroll wheel affects the datagrid. So I would slightly amend this request to ask that they put the focus on the grid itself when you first get in the screen. But that's just a technical detail and I'm all for changing this!