Dulanja Wijethunga

Results 1 issues of Dulanja Wijethunga

```javascript componentWillReceiveProps: function () { function componentWillReceiveProps(nextProps) { //always update the widget with nextProp changes if avaliable if (nextProps.events) { this.bindEventsToKendoWidget(nextProps.events); } } ``` here when props change the same...