Hello, i am using KendoReact Grid component, for one column i use custom component for cell, for some reason OnRowDoubleClick event doesn't fire when i double click on this cell, fot other cells double click is working fine, what am i doing wrong? is there a way to make it work?
event doesn't fire when you click on span element(blue on screen), but when you click on cell padding(green on screen) it does fire
it looks like i need to pass the event on span element, but i dont know which one since only event that comes through props is onChange