Avatar

Level 3
Hi,



I looked at your code. I couldn't see find any problem. I
found the Alert in your resultHandler. You could get the
resultHandler called with the values, but the dataGrid didn't show
anything, right? Not sure what went wrong for the databinding. You
can take a look into the generated code. I don't think there is any
conflict with the variable name "result". However, you can try
assigning the result to the datagrid in the resultHandler.
(dg.dataProvider=event.result) If it works, it should be
databinding issue. Take a look into the *.binding-generated.as



William