Hi,
I was searching for tutorials on how to create a master page / details page with expandable/collapsable capability and I found this code written by Mudassar Ahmed Khan.
I always love his code because it's easy to understand.
My .NET project uses Bootstrap and Jquery 3.3.8 and I noticed Mudassar Ahmed Khan code is using Jquery 1.8.3 and so if I attempt to use 3.3.8 then his code won't work.
Do I have to use jquery 1.8.3?
I am asking because if I use 1.8.3 then my other bootstrap gridview that I built for Navigation and gridview tables won't work.
Thanks so much.