views:

104

answers:

0

Does anybody know the way how to make a GridView, placed inside a Sharepoint Web Part, to use Ajax?

I placed a ScriptManager on a MasterPage, an UpdatePanel inside a web part. Every type of control works fine with ajax, except of GridView that forces to reload the entire page instead of updatepanel contents only. The resason for that, I believe, is that sharepoint changes the ID of a GridView. I tried to change it back to what it has to be with javascript but I had no luck with that.

Any help would be appreciated.