以下filterMenuInit,columnmenuinit事件均未触发。 我在论坛https://www.telerik.com/forums/filtermenuinit-event-not-fired上发现了一个问题,建议您使用columnmenuinit,因为我还配置了columnMenu:true。但是columnmenuinit也不会被触发。 我使用'@ progress / kendo-grid-react-wrapper',因此可能是这种情况或某些配置问题。
答案 0 :(得分:0)
请检查版本,因为稍后添加了一些事件。
在this example中,事件被触发
<Grid dataSource={this.dataSource}
filterable={true}
columnMenu={true}
columnMenuInit={(e)=> alert("column menu init")}