This question is locked. New answers and comments are not allowed.
Not sure what I missed here...
I have a grid that does an Ajax select perfectly fine. I have a client-event for OnDataBinding that attaches the anti-forgery token to the request. I just noticed however, that if you click the refresh button in the bottom left of the grid, it fires off the Ajax Select method again, but the anti-forgery token isn't sent this time. Is there a different event that I need to tie into and attach the anti-forgery token for Refresh or does the Refresh ignore the OnDataBinding client-event? Thanks =)
UPDATE--
Actually looks like it was a javascript error. I cleared out the cache to reload the .js file and it was fine.
I have a grid that does an Ajax select perfectly fine. I have a client-event for OnDataBinding that attaches the anti-forgery token to the request. I just noticed however, that if you click the refresh button in the bottom left of the grid, it fires off the Ajax Select method again, but the anti-forgery token isn't sent this time. Is there a different event that I need to tie into and attach the anti-forgery token for Refresh or does the Refresh ignore the OnDataBinding client-event? Thanks =)
UPDATE--
Actually looks like it was a javascript error. I cleared out the cache to reload the .js file and it was fine.