I have a list grid that customizes my fields using the createRecordComponent. The method adds a HLayout with a deleteIconImage and works perfectly for existing records when a fetch is performed.
When I start editing a new record the method is called but the actionField which holds the HLayout is not included in the list of fields being processed. I want to include the icon so a user has the ability to cancel the editing process at any time.
Any help would be appreciated.
When I start editing a new record the method is called but the actionField which holds the HLayout is not included in the list of fields being processed. I want to include the icon so a user has the ability to cancel the editing process at any time.
Any help would be appreciated.