Posted 16 Oct 2020 Link to this post
I want to send an anti forgery token AND additional data in my update ajax call of my grid.
Here is my update
.Update(u => u.Url(
"/Index/?handler=Update"
).Data(
"additionalInfo"
)