I am in the process of trying to convert an older Kendo UI for jQuery app to Kendo React and a feature that we had was being able to maintain a window components aspect ratio.
We were doing this by using the resizing direction along with the before/after to adjust the height/width accordingly while resizing.
Looking at KendoReact, it seems to be using WindowMoveEvent which does not have this, and I don't see it available in the nativeEvent either.
Does anyone know if this might be accessible anywhere that I may be overlooking, or have any input on how I can get the resize direction?