Hello SharePoint people,
I have created a JSGrid on a SP project via the 'How to: Write Back Changes from the JS Grid Control' tutorial from the msdn website, and I'd like to disable the grid when the user clicks on the 'Save changes' button. On the client side, I've declared the _jsGridControl variable and I call the _jsGridControl.Disable() when the server postback is made, and it actually shows this kind of loading info while disabling the grid. But my problem is that calling the _jsGridControl.Enable() won't work, and I don't understand why, because the object is assigned...
If you have any idea, please let me know!
