Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

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!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.