This question is locked. New answers and comments are not allowed.
My client events are no longer fired when I try to set the popup window configuration:
.Editable(editing => editing.Mode(GridEditMode.PopUp) .Window(config => config.Title("My Title")) .TemplateName("ListSectionItemTemplate") ) .ClientEvents(events => events.OnEdit("onEdit"))My main problem is I'm trying to just set the title of the popup window, but it is messing with my OnEdit event which is fixing the position of the popup window.