In IDE sometimes components get deleted from the form by itself

Hi,
I am using a template system (Bootstrap). I have a div and a webdbgrid component to be placed inside the div. The IDE has deleted (multiple times) my webdbgrid inside of the twebhtmldiv container when I save.

My current solution is to make the assignment on form create event.

tblTranscriptionJobList.ParentElement := griddiv.ElementHandle;

So I am not utilizing the drag drop design of the IDE.

Thanks.

Hello,
Please, could you provide the steps to reproduce this issue? Thanks!