SmartClient Version: v11.1p_2018-07-19/PowerEdition Deployment (built 2018-07-19)
I have a Listgrid G. I have defined a createRecordComponent() method for the grid.
I have G.setShowRecordComponents(true) on the gird.
I have not setShowRecordComponentsbyCell() on the grid - it is defaulted.
I call G.startEditingNew( Record Y) on the grid.
But this does not invoke createRecordComponent on the new row and the record data passed in Y.
What am I missing?
Do I have to directly create the component and add it to the Record Y and then it will appear in the new row editor? Is there a simpler way?
I have a Listgrid G. I have defined a createRecordComponent() method for the grid.
I have G.setShowRecordComponents(true) on the gird.
I have not setShowRecordComponentsbyCell() on the grid - it is defaulted.
I call G.startEditingNew( Record Y) on the grid.
But this does not invoke createRecordComponent on the new row and the record data passed in Y.
What am I missing?
Do I have to directly create the component and add it to the Record Y and then it will appear in the new row editor? Is there a simpler way?
Comment