Hi,
I am working with the nightly build SNAPSHOT_v8.3d_2012-10-10/LGPL Development Only (built 2012-10-10).
I have a RecordClickHandler on a ListGrid in which I call ListGrid.getSelectedRecord().
I get the following exception:
java.lang.ClassCastException: com.smartgwt.client.data.Record cannot be cast to com.smartgwt.client.widgets.grid.ListGridRecord
at com.smartgwt.client.widgets.grid.ListGrid.getSelectedRecord(ListGrid.java)
Thanks
I am working with the nightly build SNAPSHOT_v8.3d_2012-10-10/LGPL Development Only (built 2012-10-10).
I have a RecordClickHandler on a ListGrid in which I call ListGrid.getSelectedRecord().
I get the following exception:
java.lang.ClassCastException: com.smartgwt.client.data.Record cannot be cast to com.smartgwt.client.widgets.grid.ListGridRecord
at com.smartgwt.client.widgets.grid.ListGrid.getSelectedRecord(ListGrid.java)
Thanks
Comment