According to the javadocs the FormItem returned by com.smartgwt.client.widgets.grid.events.ChangedEvent.getItem() has a pointer back to the containing listGrid, but I don't find a getGrid() method or anything else that looks likely.
Is it just not exposed to SmartGWT yet? If so, can it be added?
In the meantime, can I just use (ListGrid)event.getItem().getAttributeAsJavaScriptObject("grid")?
Is it just not exposed to SmartGWT yet? If so, can it be added?
In the meantime, can I just use (ListGrid)event.getItem().getAttributeAsJavaScriptObject("grid")?
Comment