This question is locked. New answers and comments are not allowed.
The CMS I'm working in requires that an AntiForgeryToken be sent during any posts to the server. I am able to do this with the grids I have that are Ajax bound using ClientEvents. The same method does not appear to work when the grid is Server bound though. Can you show me how to attach the AntiForgeryToken to posts for a Server bound grid? Thanks.