I cant figure out how to disable the 'x' from appearing on each of the event bubbles.. can anybody help?
You need to set EventDeleteHandling property of the config to "Disabled". Or remove it from the config - Disabled is the default value.
This worked. Thanks!
But I did not have it in my config before.. weird