Hi David,
Thanks for your update.
We regret to let you know that we are unable to reproduce the reported problem with “create” event and would like to let you know that the `create` event gets triggered commonly, after any of the control initially renders on the page. Likewise, the scheduler control too will render and become visible on the page – before this event triggers. Please check it here in the JS playground link –
Please refer the screenshot below –
If still the issue persists on your end, kindly try to reproduce the issue in the above mentioned JS playground link and revert back to us – so that we will check on this.
Also, if the style doesn’t works within the “create” event – try with the following CSS,
<Code>
<style type="text/css">
.e-schedule .e-horizontresheaderdiv td:first-child
{
display: none;
}
</style>
</Code>
Kindly reproduce the issue in the provided link or else share the sample or code block, if the issue still persists on your end.
Regards,
Mahesh