Update to my previous post. I have made the following changes to my page.
<asp:ScriptManager ID="ScriptManager1" runat="server" AsyncPostBackErrorMessage ="Error" EnablePartialRendering ="true" >
</
asp:ScriptManager>
And now, after loading the data into the UltraWebgrid, when I click on buttons/change drop down values (all triggering events). I get a alert saying error. I dont understand where I am going wrong. Thanks for your time.