This still seems broken in the latest nightly build.
My override of ListGrid.createRecordComponent is not called when my ListGrid.updateData finishes. I have to do two things to cause it to be called:
1) I have to call ListGrid.refreshFields();
2) I have to make sure one of the columns is sorted.
Is this a known issue?
Thanks,
Jim
My override of ListGrid.createRecordComponent is not called when my ListGrid.updateData finishes. I have to do two things to cause it to be called:
1) I have to call ListGrid.refreshFields();
2) I have to make sure one of the columns is sorted.
Is this a known issue?
Thanks,
Jim
Comment