Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Original Data Source Does Not Support Updates
posted

Hey,

I've run into a problem with a webpage I'm building. I have a WebDataGrid that has an oracle table as a datasource, and I've enabled the editing core behaviors to support editing individual cells in the rows. Whenever I edit a cell and refresh the page, it throws an error

"Sys.WebForms.PageRequestManagerServerErrorException: Original data source does not support updates."

google has been unhelpful, and I'm not sure which direction to head. I had a problem with an invalid DataKeyField earlier, but as soon as I resolved that, this appeared.

Parents
No Data
Reply
  • 33839
    posted

    Hi testhandle,

    You are probably using AutoCrud to do updating.  You are correct that you need the data key fields set.  But when you set up the DataSource object on the page, you need to be sure that it allows updates, adds, or deletes.  Otherwise, our code cannot modify it.

    regards,
    David Young 

Children