Hey guys,
I got a little issue here and was wondering if anyone had a similar situation and could point me in the right direction.

I have a gridpanel with a bunch of columns each with an editor (numberfield) in them. When user clicks to edit, i use the beforeedit event to fire up a server side function which does a quick database lookup for a value. I need to add that value to the note property of the editor. I can't seem to set the editor's note that way.

Any hints would be greatly appreciated. Thank you guys.

-cf