We'll look into why getCanvasAutoChild might be returning the wrong Java class here, but in the mean time, you can explicitly convert to a ListGrid instance in your code via something like
Code:
ListGrid timelineView = new ListGrid(timeline.getCanvasAutoChild("timelineView").getJsObj());
Comment