没有为kendo-grid-react-wrapper触发Kendo UI事件

时间:2018-12-13 21:48:43

标签: javascript kendo-ui

以下filterMenuInitcolumnmenuinit事件均未触发。 我在论坛https://www.telerik.com/forums/filtermenuinit-event-not-fired上发现了一个问题,建议您使用columnmenuinit,因为我还配置了columnMenu:true。但是columnmenuinit也不会被触发。 我使用'@ progress / kendo-grid-react-wrapper',因此可能是这种情况或某些配置问题。

1 个答案:

答案 0 :(得分:0)

请检查版本,因为稍后添加了一些事件。

this example中,事件被触发

            <Grid dataSource={this.dataSource}
            filterable={true}
            columnMenu={true}
            columnMenuInit={(e)=> alert("column menu init")}