This question is locked. New answers and comments are not allowed.
So,
What I'm trying to accomplish is a normalized grid. That is, I have an ID column (bound to a grid column) and I'd like to display the proper textual value. I was hoping to do it in the bind expression but that doesn't seem to work.
So instead I'm trying to call a $.get call, everything works. I can even call an alert(data); to see that my call came back, and found the record I wanted.
However it looks like the grid renders before the call completes. As the value of the return value out of the javascript function is the initial value given to the return variable.
Help please?
What I'm trying to accomplish is a normalized grid. That is, I have an ID column (bound to a grid column) and I'd like to display the proper textual value. I was hoping to do it in the bind expression but that doesn't seem to work.
So instead I'm trying to call a $.get call, everything works. I can even call an alert(data); to see that my call came back, and found the record I wanted.
However it looks like the grid renders before the call completes. As the value of the return value out of the javascript function is the initial value given to the return variable.
Help please?