Is there a way to close connection after loading the grid, in order to not get max connection error when use tab grid with multiple grids?
1 Answers
Each grid calls to server calls. One to load grid structure and other to load data.
After that if you don’t perform any operation or have custom code, no server call is made automatically.
Your Answer