I lost a few hours on this, so I thought I'd alert others....
My RadGrid Updates mysteriously stopped working. I went around in circles until I saw a post that implicated Viewstate.
I went back into my master pages and other files and realized that, in an effort to cut the page bloat, I'd turned off Viewstate in some files. After I restored the viewstate to the default, my update commands (appearing in ItemCommand) started working again.
Hope this helps someone else avoid the frustration.
Ken
My RadGrid Updates mysteriously stopped working. I went around in circles until I saw a post that implicated Viewstate.
I went back into my master pages and other files and realized that, in an effort to cut the page bloat, I'd turned off Viewstate in some files. After I restored the viewstate to the default, my update commands (appearing in ItemCommand) started working again.
Hope this helps someone else avoid the frustration.
Ken