joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
75 stars 56 forks source link

No grid with name error on multiple instance website #120

Open YoeriVD opened 7 years ago

YoeriVD commented 7 years ago

When I deploy my application on multiple servers (with load balancing etc etc) I get an error every other request.

The reason is that only the instance that initially rendered the page has the table definition in memory. Any ideas on how to fix this?