James

Results 1 comments of James

I had this problem because I forgot to register the data table configuration in the global asax. @sgtagan, make sure you add the following code to your global: ` GlobalConfiguration.Configuration.RegisterDataTables();`