I have looked at the samples. Thanks. It would appear that my issue of the grid becoming read-only after clicking Save only occurs when my page is associated with a Master page. Without having a Master, it works just fine. Since our application is based on a Master page, I do need to use it. Any thoughts? Thanks Jim
Unfortunately, our project is huge and completely database driven, so
it’s not feasible to send you a working project. I have attached the
page with the issue as well as the master page and code behinds for
both.
As I mentioned in my previous post, if I convert the page to not use a
master, it works as expected. The one with the master will load with
data and I can edit it. It’s only when I save it (using the floppy
icon) that it becomes read-only.
This is an evaluation of Cells and I’ve had some great success with
building Excel files. If we can this GridWeb working, I’ll be very
happy
Thanks for the prompt reply. The latest code you provided did not resolve my issue, but I have found a solution. I had to place an AJAX panel around the GridWeb and disable AJAX on the ClientEvents-OnRequestStart event. See the code below. Note that I am using controls from Telerik.