InsertAfter
methodsInserts an item into a Menu after the specified referenceItem.
Parameters:itemObject|Array
referenceItemString|Element|jQuery
Returns:kendo.ui.Menu
Target item, specified as a JSON object. Can also handle an array of such objects.
A reference item to insert the new item after.
Returns the Menu object to support chaining.