What are the highest currently supported versions of bootstrap and jQuery for GridViewScroll? I started working in my web application using NuGet packages of 3.0.0 for bootstrap and 1..0.2 for jQuery, which worked perfectly fine. When I was finished building the web application and was ready to transfer it onto a server for user access, I tried to update all of my NuGet packages. I was hoping to update the NuGet packages as far as I could take them and still have the web application work. I tried upgrading bootstrap to 3.4.1 and jQuery to 3.6.0. However, these versions did not work and they resulted in screwing up the formatting of my GridView using GridViewScroll. They were clearly not supported.