I am storing a note field of a record into the tool tip of a cell in the ultrawebgrid. This works just fine by putting the value into the .title of the cell on the server side. So when you mouse over the cell a tooltip appears with the note. I also allow the user to select on the cell, press the f2 key to pop up a dialog box to update those notes and store them back into the tooltip of the cell(.element.title). This works fine as well. However when I do a post back the tooltip (.title on the server side) is still holding the same value as before it was updated.
Is there a way I can update the tooltip on the client side so I can use the updated information on the server side?