Hi Sazna,
You are using a MenuItem, which is designed to be added to a Menu. Here the Property 'Embedded' is set to true, so that it can be positioned correctly by the Menu. If you set the 'Enabled' to false, you will see it.
But I do NOT recommend to use a MenuItem within a list item. Either you handle your structure using lists or you follow up the Menu approach based on the template classes.
With kind regards,
Rudolf