This question is locked. New answers and comments are not allowed.
When my grid is initially rendered in the server response, my enum column shows the string of the enum. For example, AuditActions.UserLoggedIn shows up as "UserLoggedIn" in the column. Perfect!
But when I click to the next page with Ajax, it becomes the number "1". Is there a way to get the ajax binding to render the string as well?