I have a Kendo Grid that reads data from external services using Kendo DataSource, and I have the last column defined by a template that creates a Kendo Menu for each row of the grid (exactly like this link).
Problem however is, I have the editable attribute set to "popup" mode. So when I click "Edit" (and then the popup window opens), if I hit "Cancel", the Kendo Menu at that very row that I edited gets de-initialized and looks like a normal ul/li menu without a style.
Thanks.